]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_links.php
Table user_book renamed to user_booking, isExtensionOlder() should not be used, inste...
[mailer.git] / inc / modules / admin / what-list_links.php
index 31a456a678405f975968dadad5b97bf1396da675..46a1f82f1dc4c101f176b7082a2f414bcc74deee 100644 (file)
@@ -72,7 +72,7 @@ if (isGetRequestParameterSet('userid')) {
                                        array(bigintval(getRequestParameter('userid')), SQL_NUMROWS($result)), __FILE__, __LINE__);
 
                                // Prepare mail and send it away
-                               $message = loadEmailTemplate('admin-del_links', SQL_NUMROWS($result), bigintval(getRequestParameter('userid')));
+                               $message = loadEmailTemplate('member_delete_links', SQL_NUMROWS($result), bigintval(getRequestParameter('userid')));
                                sendEmail(getUserData('email'), '{--ADMIN_DELETE_LINK_SUBJECT--}', $message);
 
                                // Display message
@@ -84,11 +84,11 @@ if (isGetRequestParameterSet('userid')) {
                                // List all unconfirmed mails
                                // @TODO Find a way to rewrite this. See some lines above for different queries
                                while (list($id, $id2, $type) = SQL_FETCHROW($result)) {
-                                       // Initializes some variables
+                                       // Initializes all variables
                                        $cat = '';
                                        $DATA = '';
                                        $PROBLEM = '{--ADMIN_GENERAL_MAIL_PROBLEM--}';
-                                       $result_data = false; // Closes Bug #58
+                                       $result_data = false;
 
                                        // Load data from stats table...
                                        // @TODO Rewrite this to includes/filter