X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_notifications.php;h=c333c2d34625b1d7980ad4b56b9b39b9d36988b8;hb=b7a1b50bec9d45efcf037db83b7e7c58ba2846dd;hp=61a085d77aece3d9863d79172e6f20f75e7207f9;hpb=ff7642de2ce443aaf89c1404351b7ec1fc6f9bd1;p=mailer.git diff --git a/inc/modules/admin/what-list_notifications.php b/inc/modules/admin/what-list_notifications.php index 61a085d77a..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)