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 8c8106b

Browse files
Merge pull request #10 from king52311/patch-1
Update class.MySQL.php
2 parents b2b6ac2 + a9f2a0a commit 8c8106b

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)

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