]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/action-bank.php
opendir() should be rewritten to GET_DIR_AS_ARRAY()
[mailer.git] / inc / modules / member / action-bank.php
index 32988f9b3682ad432efec0cda236cc43638a317f..d073fde05feb03b26f27c2294572c4aae2af2235 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  :                                                  *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $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                  *
@@ -40,7 +45,7 @@ if (!defined('__SECURITY')) {
 } elseif ((!EXT_IS_ACTIVE("bank")) && (!IS_ADMIN())) {
        addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), "bank");
        return;
-} elseif ($BLOCK_MODE) {
+} elseif ($GLOBALS['block_mode']) {
        // Block mode detected
        return;
 }