]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-grade.php
Added more config wrappers
[mailer.git] / inc / modules / admin / action-grade.php
index 8f9e2a73967e0e3acb0bebb990e1e23961de266a..662dfcb62e57394757aa6def90d668d42247da23 100644 (file)
@@ -8,7 +8,7 @@
  * -------------------------------------------------------------------- *
  * Short description : Grade for members                                *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Einstufungen fuer Mitglieder                     *
+ * Kurzbeschreibung  : Accountstufen fuer Mitglieder                    *
  * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $Date::                                                            $ *
@@ -45,7 +45,7 @@ addYouAreHereLink('admin', __FILE__);
 
 // Load the include file
 $inc = sprintf("inc/modules/admin/what-%s.php", getWhat());
-if (isIncludeReadable($inc)) { 
+if (isIncludeReadable($inc)) {
        // Ok, we finally load the admin action module
        loadIncludeOnce($inc);
 } else {