[geeklog-cvs] tools/lm/include polls.inc,1.1,1.2

Dirk Haun dhaun at qs1489.pair.com
Sun Aug 17 10:08:03 EDT 2008


Update of /cvsroot/geeklog/tools/lm/include
In directory qs1489.pair.com:/tmp/cvs-serv2371/include

Modified Files:
	polls.inc 
Log Message:
Fixed handling of $LANG25 array


Index: polls.inc
===================================================================
RCS file: /cvsroot/geeklog/tools/lm/include/polls.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** polls.inc	27 Apr 2008 18:44:21 -0000	1.1
--- polls.inc	17 Aug 2008 14:08:00 -0000	1.2
***************
*** 61,65 ****
  
  echo "\n";
! mergeArrays($ENG_LANG25, $_LANG_LANG25, 'LANG25', "admin/plugins/polls/index.php");
  
  mergeString($ENG_MSG19, $PLG_polls_MESSAGE19, 'PLG_polls_MESSAGE19');
--- 61,65 ----
  
  echo "\n";
! mergeArrays($ENG_LANG25, $LANG25, 'LANG25', "admin/plugins/polls/index.php");
  
  mergeString($ENG_MSG19, $PLG_polls_MESSAGE19, 'PLG_polls_MESSAGE19');




More information about the geeklog-cvs mailing list