[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/staticpages index.php, 1.84, 1.85

Dirk Haun dhaun at qs1489.pair.com
Thu Aug 9 11:28:18 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/staticpages
In directory qs1489.pair.com:/tmp/cvs-serv51359/public_html/admin/plugins/staticpages

Modified Files:
	index.php 
Log Message:
Wrong LANG array ...


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/staticpages/index.php,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** index.php	9 Aug 2007 14:47:14 -0000	1.84
--- index.php	9 Aug 2007 15:28:16 -0000	1.85
***************
*** 61,65 ****
  {
      global $_CONF, $_TABLES, $_USER, $_GROUPS, $_SP_CONF, $mode, $sp_id,
!            $LANG21, $LANG_STATIC, $LANG_ACCESS, $LANG_ADMIN, $LANG24, $LANG25,
             $LANG_postmodes, $MESSAGE;
  
--- 61,65 ----
  {
      global $_CONF, $_TABLES, $_USER, $_GROUPS, $_SP_CONF, $mode, $sp_id,
!            $LANG21, $LANG_STATIC, $LANG_ACCESS, $LANG_ADMIN, $LANG24,
             $LANG_postmodes, $MESSAGE;
  
***************
*** 133,137 ****
          }
          $sp_template->set_var('layout_url', $_CONF['layout_url']);
!         $sp_template->set_var('lang_mode', $LANG25[1]);
          $sp_template->set_var(
              'comment_options',
--- 133,137 ----
          }
          $sp_template->set_var('layout_url', $_CONF['layout_url']);
!         $sp_template->set_var('lang_mode', $LANG24[3]);
          $sp_template->set_var(
              'comment_options',




More information about the geeklog-cvs mailing list