]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-adminedit.php
A lot texts rewritten and exclamation signs removed
[mailer.git] / inc / modules / admin / what-adminedit.php
index ab7fe8bd2c30c450cc443c50dfc6794b94e9e5cd..ed24beee93548c3e32ab912799c8ba52ef6df668 100644 (file)
@@ -152,7 +152,7 @@ if ((isPostRequestElementSet('edit')) && ($chk > 0) && (!isDemoModeActive())) {
        switch (postRequestElement('ok')) {
                case 'edit': // Edit menu
                        foreach (postRequestElement('sel') as $sel => $menu) {
-                               // Secure ID
+                               // Secure id
                                $sel = bigintval($sel);
 
                                // Update entry
@@ -192,7 +192,7 @@ WHERE ".$AND." AND id=%s LIMIT 1",
        }
 } else {
        if ((isGetRequestElementSet(('act'))) && (isGetRequestElementSet(('tid'))) && (isGetRequestElementSet(('fid')))) {
-               // Get IDs
+               // Get ids
                if (isGetRequestElementSet(('w'))) {
                        // Sub menus selected
                        $result = SQL_QUERY_ESC("SELECT `id` FROM `{?_MYSQL_PREFIX?}_admin_menu` WHERE `action`='%s' AND `sort`='%s' LIMIT 1",