]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_register.php
Naming convention applied: is outdated, use (not shortended word), fixed missing...
[mailer.git] / inc / modules / admin / what-config_register.php
index 31775b8c9478a1ce709df782f5b4ff24fe9b3e10..3cce55902a75cf69e8a7a3eb253260861de64ed0 100644 (file)
@@ -46,7 +46,7 @@ addMenuDescription('admin', __FILE__);
 // Do we want to save changes?
 if (isFormSent()) {
        // Begin counting
 // Do we want to save changes?
 if (isFormSent()) {
        // Begin counting
-       $cnt = 0;
+       $count = 0;
 
        // Update all entries
        foreach (postRequestParameter('sel') as $id => $value) {
 
        // Update all entries
        foreach (postRequestParameter('sel') as $id => $value) {
@@ -55,11 +55,11 @@ if (isFormSent()) {
                        array($value, bigintval($id), $value),__FILE__, __LINE__);
 
                // Get affected rows
                        array($value, bigintval($id), $value),__FILE__, __LINE__);
 
                // Get affected rows
-               $cnt += SQL_AFFECTEDROWS();
+               $count += SQL_AFFECTEDROWS();
        } // END - foreach
 
        // Output message for updated entries
        } // END - foreach
 
        // Output message for updated entries
-       loadTemplate('admin_settings_saved', false, getMaskedMessage('ADMIN_REGISTER_CHANGES_SAVED', $cnt));
+       loadTemplate('admin_settings_saved', false, getMaskedMessage('ADMIN_REGISTER_CHANGES_SAVED', $count));
 } // END - if
 
 // List all register values
 } // END - if
 
 // List all register values