]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-main.php
Re-added, now the right ones
[mailer.git] / inc / modules / member / action-main.php
index 50874082abd3a61bcd758cb81e63313ac62dcf9a..c3e692083eeb8325116bd0e8880318e768cb3db8 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Hauptauwahl                                      *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision:: 856                                                    $ *
+ * $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 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -37,7 +42,7 @@ if (!defined('__SECURITY')) {
        require($INC);
 } elseif (!IS_MEMBER()) {
        LOAD_URL("modules.php?module=index");
-} elseif ($BLOCK_MODE) {
+} elseif ($GLOBALS['block_mode']) {
        // Block mode detected
        return;
 }