]> git.mxchange.org Git - mailer.git/commitdiff
Fixed mis-typed variable, thanks to rasty
authorRoland Häder <roland@mxchange.org>
Mon, 6 Oct 2008 16:07:00 +0000 (16:07 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 6 Oct 2008 16:07:00 +0000 (16:07 +0000)
inc/databases.php
inc/modules/admin/what-unlock_emails.php

index a9558a3c8e36c55b462e106e53b05f3a10bfe7c1..4d5ab8438edf432bd4d8ad66841bbee3999c17a3 100644 (file)
@@ -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);
index 45281dd170fc475e66c3a66997d7192e57728445..d4283557d927b09af584930d96d7cafb26d2b58e 100644 (file)
@@ -218,7 +218,7 @@ LIMIT 1",
                }
 
                // Free memory
-               SQL_FREERESULT($result);
+               SQL_FREERESULT($result_main);
                define('__UNLOCK_ROWS', $OUT);
 
                // Prepare rejection URL