This commit is contained in:
AL-Kateb
2018-01-22 13:53:12 +00:00
parent 7f7d6f1f63
commit 5b1d7a300b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3317,6 +3317,7 @@ class MYSQLi_DB implements IDbConnection {
crop = IF(crop $sign $crop < 0, 0, IF(crop $sign $crop > maxcrop, maxcrop, crop $sign $crop))
WHERE
wref = " . $vid ;
return mysqli_query( $this->dblink, $q);
}