X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-sub_points.php;h=d962bc943c2cb7d108408d5b20aba45b6663877a;hb=056162fe45aa0d850bb22870e1caf9595a847a9b;hp=3625940960ac71cedabaab809f8cf4b41c790307;hpb=ae51687a0bf708aeca3d68263320804ae0dd42ef;p=mailer.git diff --git a/inc/modules/admin/what-sub_points.php b/inc/modules/admin/what-sub_points.php index 3625940960..d962bc943c 100644 --- a/inc/modules/admin/what-sub_points.php +++ b/inc/modules/admin/what-sub_points.php @@ -38,7 +38,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) { } // Add description as navigation point -ADD_DESCR("admin", basename(__FILE__)); +ADD_DESCR("admin", __FILE__); // Fix a notice if (!isset($_GET['u_id'])) $_GET['u_id'] = ""; @@ -68,7 +68,7 @@ if ($_GET['u_id'] == "all") // Prepare content $content = array( - 'text' => SQL_ESCAPE($_POST['reason']), + 'text' => SQL_ESCAPE($_POST['reason']), 'points' => bigintval($_POST['points']) ); @@ -108,7 +108,7 @@ if ($_GET['u_id'] == "all") // Prepare content $content = array( - 'text' => SQL_ESCAPE($_POST['reason']), + 'text' => SQL_ESCAPE($_POST['reason']), 'points' => bigintval($_POST['points']) );