From: Roland Häder Date: Mon, 6 Oct 2008 16:07:00 +0000 (+0000) Subject: Fixed mis-typed variable, thanks to rasty X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=0ac6fabb8c59724059a0b63aeac84e9e97e0c307 Fixed mis-typed variable, thanks to rasty --- diff --git a/inc/databases.php b/inc/databases.php index a9558a3c8e..4d5ab8438e 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -113,7 +113,7 @@ define('USAGE_BASE', "usage"); define('SERVER_URL', "http://www.mxchange.org"); // This current patch level -define('CURR_SVN_REVISION', "457"); +define('CURR_SVN_REVISION', "458"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/modules/admin/what-unlock_emails.php b/inc/modules/admin/what-unlock_emails.php index 45281dd170..d4283557d9 100644 --- a/inc/modules/admin/what-unlock_emails.php +++ b/inc/modules/admin/what-unlock_emails.php @@ -218,7 +218,7 @@ LIMIT 1", } // Free memory - SQL_FREERESULT($result); + SQL_FREERESULT($result_main); define('__UNLOCK_ROWS', $OUT); // Prepare rejection URL