Author: crimson_penguin
Date: Thu Sep 11 20:36:06 2008
New Revision: 29398

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29398&view=rev
Log:
Fixed position number not being updated, even though stats are displayed

Modified:
    
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php

Modified: 
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php?rev=29398&r1=29397&r2=29398&view=diff
==============================================================================
--- 
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php
 (original)
+++ 
branches/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php
 Thu Sep 11 20:36:06 2008
@@ -323,9 +323,9 @@
        $total = $stat[1] + $stat[2] + $stat[3];
 
        $class="-" . ($i%2);
-       if(cmp_translated($stat, $oldstat)!=0){
+       //if(cmp_translated($stat, $oldstat)!=0){
                $pos=$i+1;
-       }
+       //}
 ?>
 <tr class="row<?=$class?>">
 <?


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to