Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 35e942c

Browse files
Merge pull request #17 from yeetim/patch-2
The query SQL lost "`"
2 parents 83e03fa + fc984c5 commit 35e942c

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)

AltStyle によって変換されたページ (->オリジナル) /