X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=db.php;h=4650cb532b8bcd26814233866765ae6fbc0c911a;hb=6e641341473c1e4ddb306bdf44730bc7d307f975;hp=c5683c0e4ee52bf1aeeac90f03f764798eab8630;hpb=6d9765bdf97af8351ed09c4187869cf05e74e2af;p=wfpl.git diff --git a/db.php b/db.php index c5683c0..4650cb5 100644 --- a/db.php +++ b/db.php @@ -398,7 +398,7 @@ function db_reposition($table, $row_id, $new_pos, $field = 'ord', $pretty = 'sam $pretty = $table; } - if($new_pos == 'ignored') { + if($new_pos === 'ignored') { # not sorted return '0'; }