Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed a variable name in dbSel
  • Loading branch information
zbee committed Jun 4, 2015
1 parent c2cd34c commit 1262f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UserSystem/Database.php
Expand Up @@ -141,7 +141,7 @@ public function dbDel ($data) {
*/
public function dbSel ($data) {
$data[0] = $this->quoteIdent(DB_PREFACE.$data[0]);
$dataArr = $qMark = [];
$dataArr = $qmark = [];
foreach ($data[1] as $col => $item) {
array_push(
$dataArr,
Expand Down

0 comments on commit 1262f37

Please sign in to comment.