Renamed script to baseUrl to make it more clear
[mailer.git] / inc / modules / admin / what-list_links.php
index 31a456a678405f975968dadad5b97bf1396da675..252a22e156282d5469b9288d3b80831f7834d2dd 100644 (file)
@@ -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)) {
                                // 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--}';
                                        $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
 
                                        // Load data from stats table...
                                        // @TODO Rewrite this to includes/filter