Skip to content

Commit a9f2a0a

Browse files
committed
Update class.MySQL.php
Just downloaded reported error ........... because less ')'
1 parent b2b6ac2 commit a9f2a0a

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
@@ -215,7 +215,7 @@ function Select($from, $where='', $orderBy='', $limit='', $like=false, $operand=
215215
}
216216
}
217217

218-
$query = substr($query, 0, -(strlen($operand)+2);
218+
$query = substr($query, 0, -(strlen($operand)+2));
219219

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

0 commit comments

Comments
 (0)