Skip to content

Commit

Permalink
problems saving to other databases
Browse files Browse the repository at this point in the history
  • Loading branch information
cigamit committed Apr 3, 2016
1 parent 886645f commit dbcccec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ function _db_replace($db_conn, $table, $fieldArray, $keyCols, $has_autoinc) {
$keyCols = array($keyCols);
}

$sql = "INSERT INTO `$table` (";
$sql = "INSERT INTO $table (";
$sql2 = '';
$sql3 = '';

Expand Down

0 comments on commit dbcccec

Please sign in to comment.