]> git.mxchange.org Git - mailer.git/blobdiff - inc/db/lib-mysql3.php
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / inc / db / lib-mysql3.php
index 2d25cdea884311a5e9502aeec0868c1380437160..5d346e48ff5ac65462357d97aadd9a9b2921f24a 100644 (file)
@@ -339,7 +339,7 @@ function SQL_RESULT_FROM_ARRAY ($table, $columns, $idRow, $id, $F, $L) {
        } // END  - if
 
        // Prepare the SQL statement
-       $sql = "SELECT `".implode("`, `", $columns)."` FROM `{?_MYSQL_PREFIX?}_%s` WHERE `%s`='%s' LIMIT 1";
+       $sql = "SELECT `".implode("`,`", $columns)."` FROM `{?_MYSQL_PREFIX?}_%s` WHERE `%s`='%s' LIMIT 1";
 
        // Return the result
        return SQL_QUERY_ESC($sql,
@@ -474,7 +474,7 @@ function SQL_ALTER_TABLE ($sql, $F, $L, $enableCodes = true) {
 // Getter for SQL link
 function SQL_GET_LINK () {
        // Init link
-       $link = null;
+       $link = NULL;
 
        // Is it in the globals?
        if (isset($GLOBALS['sql_link'])) {