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 9b3cba4

Browse files
committed
insert false
1 parent 5ad9c28 commit 9b3cba4

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
@@ -157,7 +157,7 @@ function Insert($vars, $table, $exclude = ''){
157157
$query .= "`{$key}` = '{$value}', ";
158158
}
159159

160-
$query = substr($query, 0, -2);
160+
$query = substr($query, 0, -1);
161161

162162
return $this->ExecuteSQL($query);
163163
}

0 commit comments

Comments
(0)

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