]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/admins_functions.php
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / libs / admins_functions.php
index 362597d312c9bdeacfa106793d7f4d1ccc2beffe..2643cba2c1c50334032c842ce418b1c6a63cc03d 100644 (file)
@@ -282,7 +282,7 @@ LIMIT 1",
        } // END - if
 
        // Remove cache file
-       runFilterChain('post_admin_edited', postRequestArray());
+       runFilterChain('post_form_submited', postRequestArray());
 }
 
 // Make admin accounts editable
@@ -318,12 +318,12 @@ function adminsEditAdminAccount ($postData) {
                        $content['la_mode'] = generateOptionList('/ARRAY/', array('global', 'OLD', 'NEW'), array('{--ADMINS_GLOBAL_LA_SETTING--}', '{--ADMINS_OLD_LA_SETTING--}', '{--ADMINS_NEW_LA_SETTING--}'), $content['la_mode']);
 
                        // Load row template and switch color
-                       $OUT .= loadTemplate('admin_edit_admins_row', true, $content);
+                       $OUT .= loadTemplate('form_submit_admins_row', true, $content);
                } // END - if
        } // END - foreach
 
        // Load template
-       loadTemplate('admin_edit_admins', false, $OUT);
+       loadTemplate('form_submit_admins', false, $OUT);
 }
 
 // Delete given admin accounts
@@ -387,7 +387,7 @@ function adminsRemoveAdminAccount ($postData) {
        }
 
        // Remove cache if cache system is activated
-       runFilterChain('post_admin_deleted', postRequestArray());
+       runFilterChain('post_form_deleted', postRequestArray());
 }
 
 // List all admin accounts