]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/admin-inc.php
Earning subscriptions introduced (unfinished):
[mailer.git] / inc / modules / admin / admin-inc.php
index 886fd1d07d9333245c4bba42df3e5b90cf4bc367..850cc853ebc094011b4c1d25285170f7ef9d0d7a 100644 (file)
@@ -1246,7 +1246,7 @@ function adminAddEntries ($tableName, $columns = array(), $filterFunctions = arr
        } // END - foreach
 
        // Build the SQL query
-       $SQL = 'INSERT INTO `{?_MYSQL_PREFIX?}_' . $tableName[0] . '` (`' . implode('`, `', $sqlColumns) . "`) VALUES('" . implode("','", $sqlValues) . "')";
+       $SQL = 'INSERT INTO `{?_MYSQL_PREFIX?}_' . $tableName[0] . '` (`' . implode('`, `', $sqlColumns) . "`) VALUES ('" . implode("','", $sqlValues) . "')";
 
        // Run the SQL query
        SQL_QUERY($SQL, __FUNCTION__, __LINE__);