|
From: James A. <th...@us...> - 2002-02-03 18:17:49
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv22484 Modified Files: viewtopic.php Log Message: Fixed bug #512194 Index: viewtopic.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/viewtopic.php,v retrieving revision 1.169 retrieving revision 1.170 diff -C2 -r1.169 -r1.170 *** viewtopic.php 2002/01/28 18:47:14 1.169 --- viewtopic.php 2002/02/03 18:17:46 1.170 *************** *** 744,747 **** --- 744,748 ---- $template->assign_vars(array( + "L_TOTAL_VOTES" => $lang['Total_votes'], "TOTAL_VOTES" => $vote_results_sum) ); |