X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=db.php;fp=db.php;h=8ce6527fb3abf1365672a5a108f5d405fa440bfd;hb=e8eec562c1b6d3420c3d035c9abdd1303cfbba23;hp=42a21cf3943ef021f8d23644c2d23a9120315c61;hpb=46b55cc36d0767571ec0ae49e243ecc3bf7d127f;p=wfpl.git diff --git a/db.php b/db.php index 42a21cf..8ce6527 100644 --- a/db.php +++ b/db.php @@ -425,6 +425,8 @@ function db_reposition_respace($table, $field) { # When editing a particular row, give the user a pulldown, with 0 -> first, 1 -> second, etc, and pass this integer to db_reposition (3rd parameter). The value "ignored" can be passed, and the row will be given a sort value of 0 and ignored for all sorting. # # $pretty is used in error messages to refer to the row, it defaults to whatever you pass for $table. +# +# return value is the "ord" value you should set/insert into your database function db_reposition($table, $row_id, $new_pos, $field = 'ord', $pretty = 'same as $table', $renumbered_already = false) { if($pretty == 'same as $table') {