X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fsession-functions.php;h=cd6eabdc5a241c6cf3788624a3cf5f9b40754dff;hb=2f7fcd4e249c96579e6e1d33737c49c819074231;hp=a4a80d1f3b18e19b0c47e0e78706add7c7e3a02a;hpb=ca256746fe0757a23df4064824c8fe2087ad5634;p=mailer.git diff --git a/inc/session-functions.php b/inc/session-functions.php index a4a80d1f3b..cd6eabdc5a 100644 --- a/inc/session-functions.php +++ b/inc/session-functions.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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