Skip to content

Commit fc984c5

Browse files
committed
The query SQL lost "`"
The query SQL lost "`"
1 parent 83e03fa commit fc984c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class.MySQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function Select($from, $where='', $orderBy='', $limit='', $like=false, $operand=
216216
$query = substr($query, 0, -(strlen($operand)+2));
217217

218218
}else{
219-
$query = substr($query, 0, -7);
219+
$query = substr($query, 0, -6);
220220
}
221221

222222
if($orderBy != ''){

0 commit comments

Comments
 (0)