]> git.mxchange.org Git - mailer.git/blobdiff - inc/language.php
Damn typo fixed... ;-)
[mailer.git] / inc / language.php
index 0c10b177870c703e1ab13df1333e1a61f5f9ba5e..3239912168adcbe1c2b13d0c78f77e215ff5b07b 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                  *
@@ -58,10 +63,10 @@ if (!FILE_READABLE($FQFN)) {
 } // END - if
 
 // Load language file
-LOAD_INC($INC);
+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");
 }