Renamed all SQL-related functions to camel-case notation
[mailer.git] / inc / session-functions.php
index f7a21be84fca9d50b0a1c9f71bc4622edbfcd19a..cd6eabdc5a241c6cf3788624a3cf5f9b40754dff 100644 (file)
@@ -100,7 +100,7 @@ function getSession ($var) {
        // Is the variable there?
        if (isSessionVariableSet($var)) {
                // Then  get it secured!
-               $value = SQL_ESCAPE($GLOBALS['_SESSION'][$var]);
+               $value = sqlEscapeString($GLOBALS['_SESSION'][$var]);
        } // END - if
 
        // Return the value