pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] rev 2287 - trunk/contrib/level_comment_tool


From: address@hidden
Subject: [Pingus-CVS] rev 2287 - trunk/contrib/level_comment_tool
Date: Fri, 16 Apr 2004 20:10:07 +0200

Author: torangan
Date: 2004-04-16 20:10:07 +0200 (Fri, 16 Apr 2004)
New Revision: 2287

Modified:
   trunk/contrib/level_comment_tool/index.php
Log:
tiny fix


Modified: trunk/contrib/level_comment_tool/index.php
===================================================================
--- trunk/contrib/level_comment_tool/index.php  2004-04-16 18:04:36 UTC (rev 
2286)
+++ trunk/contrib/level_comment_tool/index.php  2004-04-16 18:10:07 UTC (rev 
2287)
@@ -265,7 +265,7 @@
       "Pingus #" => $leveldata["pingusmin"] ." / " . $leveldata["pingusmax"],
       "Time" => $leveldata["time"],
       "Difficulty" => $leveldata["difficulty"],
-      "Playable" => $leveldata["playable"],
+      "Playable" => ($leveldata["playable"] == 1) ? "yes" : "no",
       );
     $i = 0;
     while( list($key,$val) = each( $tbl ))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]