]> git.mxchange.org Git - mailer.git/blobdiff - inc/language.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / language.php
index 4cddeb664f33bda90a32e8ae3f7451966ebf80bc..3e43e41c4cd72caf480ec8657bb0fbf8470d7e89 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Sprache-Lader                                    *
  * -------------------------------------------------------------------- *
- * $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!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -68,7 +68,7 @@ LOAD_INC_ONCE($INC);
 // Check for installation mode
 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