]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-mem_add.php
Fixed several bugs (user list, shorted 'del' to 'delete')
[mailer.git] / inc / modules / admin / what-mem_add.php
index 78e06a63aba82f7ece5016af475cfa09057cd293..25a322cf3a5b7c2ec1fe1ebc8a7214f876fb1f0f 100644 (file)
@@ -15,8 +15,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                    *
@@ -41,7 +39,7 @@
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!isAdmin())) {
        die();
-}
+} // END - if
 
 // Add desciption as navigation point
 addMenuDescription('admin', __FILE__);
@@ -144,7 +142,7 @@ if (!isFormSent()) {
        } // END - if
 
        $OUT = '<select class="form_select" name="sort" size="1">
-      <option value="">{--IS_FIRST_MENU--}</option>';
+      <option value="">{--ADMIN_IS_FIRST_MENU--}</option>';
        foreach ($below as $key => $m) {
                if (is_array($m)) {
                        foreach ($m as $key2 => $m2) {