[geeklog-cvs] geeklog-1.3/public_html/admin user.php,1.85,1.86

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Thu Oct 7 17:10:25 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/admin
In directory www:/tmp/cvs-serv23969/public_html/admin

Modified Files:
	user.php 
Log Message:
In the light of bug #293, avoid using variables in the language files.


Index: user.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/user.php,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** user.php	5 Oct 2004 19:52:46 -0000	1.85
--- user.php	7 Oct 2004 21:10:23 -0000	1.86
***************
*** 601,608 ****
      unlink ($filename);
  
!     $report = $LANG28[32];
!     eval ("\$report = \"$report\";");
! 
!     $retval .= '<p>' . $report;
  
      $retval .= COM_endBlock (COM_getBlockTemplate ('_admin_block', 'footer'));
--- 601,605 ----
      unlink ($filename);
  
!     $retval .= '<p>' . sprintf ($LANG28[32], $successes, $failures);
  
      $retval .= COM_endBlock (COM_getBlockTemplate ('_admin_block', 'footer'));




More information about the geeklog-cvs mailing list