[geeklog-cvs] Geeklog-1.x/system/classes config.class.php, 1.27, 1.28

Dirk Haun dhaun at qs1489.pair.com
Sun Feb 17 03:54:35 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system/classes
In directory qs1489.pair.com:/tmp/cvs-serv44847/system/classes

Modified Files:
	config.class.php 
Log Message:
Typo: $LANG_CONF -> $LANG_CONFIG


Index: config.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/config.class.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** config.class.php	17 Feb 2008 08:52:40 -0000	1.27
--- config.class.php	17 Feb 2008 08:54:33 -0000	1.28
***************
*** 475,479 ****
          }
  
!         $display  = COM_siteHeader('none', $LANG_CONF['title']);
          $t->set_var('config_menu',$this->_UI_configmanager_menu($grp,$sg));
          if ($change_result != null AND $change_result !== array()) {
--- 475,479 ----
          }
  
!         $display  = COM_siteHeader('none', $LANG_CONFIG['title']);
          $t->set_var('config_menu',$this->_UI_configmanager_menu($grp,$sg));
          if ($change_result != null AND $change_result !== array()) {




More information about the geeklog-cvs mailing list