]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_cats.php
More variables renamed to , install/admin_WriteData() is now generic (with open TODO)
[mailer.git] / inc / modules / admin / what-list_cats.php
index 3307e2762f78c19c6efb17c795f81d01d1cbf544..7d6556fc90c3233c26bfd6c501f16ac893ffeb20 100644 (file)
@@ -68,8 +68,8 @@ if (!empty($_GET['u_id'])) {
                                 array(bigintval($_GET['u_id']), bigintval($cid)), __FILE__, __LINE__);
 
                                // Set selection
-                               $SELECTED = "<font color=\"red\">{!NO!}</div>";
-                               if (SQL_NUMROWS($result_user) == 1) $SELECTED = "<font color=\"green\">{!YES!}</div>";
+                               $SELECTED = "<font color=\"red\">{--NO--}</div>";
+                               if (SQL_NUMROWS($result_user) == 1) $SELECTED = "<font color=\"green\">{--YES--}</div>";
 
                                // Prepare array for the row template
                                $content = array(
@@ -96,7 +96,7 @@ if (!empty($_GET['u_id'])) {
                }
        } else {
                // User not found
-               LOAD_TEMPLATE("admin_settings_saved", false, ADMIN_MEMBER_404_1.__UID.ADMIN_MEMBER_404_2);
+               LOAD_TEMPLATE("admin_settings_saved", false, sprintf(getMessage('ADMIN_MEMBER_404'), constant('__UID')));
        }
 } else {
        // Output selection form with all confirmed user accounts listed