__CFG_MIN_AGE fixed
[mailer.git] / inc / db / lib-mysql3.php
index dda331836a367bacc955cae726653cfa2b6d493e..afdf53ec76fbeb838e92e6f756b8476663c483ad 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 }
 
 // SQL queries
-function SQL_QUERY($sql_string, $F, $L) {
+function SQL_QUERY ($sql_string, $F, $L) {
        global $link, $CSS, $_CONFIG, $OK;
 
        // Remove \t, \n and \r from queries they may confuse some MySQL version I have heard