X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_notifications.php;h=c333c2d34625b1d7980ad4b56b9b39b9d36988b8;hb=b7a1b50bec9d45efcf037db83b7e7c58ba2846dd;hp=439c77f5d6cb8c22c3fdc9e9d5582a4bba7f8119;hpb=51315c98823f7cb6e5e6e3fdcd174f0859c0445a;p=mailer.git diff --git a/inc/modules/admin/what-list_notifications.php b/inc/modules/admin/what-list_notifications.php index 439c77f5d6..c333c2d346 100644 --- a/inc/modules/admin/what-list_notifications.php +++ b/inc/modules/admin/what-list_notifications.php @@ -38,7 +38,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { } // Add description as navigation point -ADD_DESCR("admin", basename(__FILE__)); +ADD_DESCR("admin", __FILE__); // Init variables $WHO = _ALL; @@ -99,7 +99,7 @@ if ((EXT_IS_ACTIVE("bonus")) && (SQL_NUMROWS($result_max) > 0) && (!empty($SQL2) $content['timestamp'] = MAKE_DATETIME($content['timestamp'], "0"); // Load row template - $OUT .= LOAD_TEMPLATE("admin_list_bonus_emails_row", true, $content); + $OUT .= LOAD_TEMPLATE("admin_list_notify_emails_row", true, $content); } // Add navigation (without change box but with colspan=3) @@ -110,7 +110,7 @@ if ((EXT_IS_ACTIVE("bonus")) && (SQL_NUMROWS($result_max) > 0) && (!empty($SQL2) $content['rows'] = $OUT; // Load main template - LOAD_TEMPLATE("admin_list_bonus_emails", false, $content); + LOAD_TEMPLATE("admin_list_notify_emails", false, $content); } }