]> git.mxchange.org Git - mailer.git/blobdiff - inc/language.php
A lot double-quotes rewritten to single-quotes, some redirect URLs fixed
[mailer.git] / inc / language.php
index 61681eec05173da0036895bc6e7ea55b98489bdb..9bd6f297cdc288c3eeb2306b8b3a42d110c2c308 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Sprache-Lader                                    *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $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                  *
@@ -33,7 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
@@ -61,9 +66,9 @@ if (!FILE_READABLE($FQFN)) {
 LOAD_INC_ONCE($INC);
 
 // Check for installation mode
-if (isInstalling()) {
+if ((isInstalling()) || (!isInstalled()) || (!isAdminRegistered())) {
        // Load matching language file
-       LOAD_INC("inc/language/install_".$mx_lang.".php");
+       LOAD_INC('inc/language/install_' . $mx_lang . '.php');
 }
 
 // Remove no more needed variables