[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_4-5232-g4986ee0

Marc Delisle lem9 at users.sourceforge.net
Mon Jun 28 15:28:38 CEST 2010


The branch, master has been updated
       via  4986ee01742944b1c648cdcac0360cff653c12f8 (commit)
      from  1d8d6b32ef71f6a7e835861223ef49d73ee89bb6 (commit)


- Log -----------------------------------------------------------------
commit 4986ee01742944b1c648cdcac0360cff653c12f8
Author: Marc Delisle <marc at infomarc.info>
Date:   Mon Jun 28 09:25:45 2010 -0400

    lang directory no longer exists; I guess this mechanism is no longer needed

-----------------------------------------------------------------------

Summary of changes:
 libraries/common.inc.php |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/libraries/common.inc.php b/libraries/common.inc.php
index 710ecdf..5366c18 100644
--- a/libraries/common.inc.php
+++ b/libraries/common.inc.php
@@ -564,13 +564,6 @@ $GLOBALS['footnotes'] = array();
 /* loading language file                       LABEL_loading_language_file    */
 
 /**
- * Added messages while developing:
- */
-if (file_exists('./lang/added_messages.php')) {
-    include './lang/added_messages.php';
-}
-
-/**
  * lang detection is done here
  */
 require_once './libraries/select_lang.lib.php';


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list