]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-admins_mails.php
Rewritten all THEME_FOO variables to GLOBALS
[mailer.git] / inc / modules / admin / what-admins_mails.php
index 0d18833924e224cafad35bbc40105f4eb636d97f..37baf61f81114e519a4835581569f23d33e13d9a 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Stellen Sie ein, welcher Admin welche Mail erh.  *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -117,7 +117,7 @@ ORDER BY m.admin_id, m.mail_template", __FILE__, __LINE__);
 
        if (SQL_NUMROWS($result) > 0) {
                // Shall I change entries?
-               if (REQUEST_ISSET_POST(('change'))) {
+               if (REQUEST_ISSET_POST('change')) {
                        // Init SQLs
                        INIT_SQLS();