]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-admins_add.php
More wrapper functions used, removed bigintval() which caused a lot trouble
[mailer.git] / inc / modules / admin / what-admins_add.php
index c1218df72e7cbf3317c47b0d536cfad4539fd5de..f6dbff52bb9834b44996dffdde44c2b77b573756 100644 (file)
@@ -14,8 +14,6 @@
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
- * Needs to be in all Files and every File needs "svn propset           *
- * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
@@ -75,7 +73,7 @@ if ($FORM === true) {
        );
 
        // Load form from template
-       loadTemplate('admin_admins_add', false, $content);
+       loadTemplate('admin_add_admins', false, $content);
 } // END - if
 
 // [EOF]