]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-sub_points.php
- Beg link will only work in NONE pay mode! (unfinished, sleepy here...)
[mailer.git] / inc / modules / admin / what-sub_points.php
index 3625940960ac71cedabaab809f8cf4b41c790307..d962bc943c2cb7d108408d5b20aba45b6663877a 100644 (file)
@@ -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'])
                        );