[Dehs-devel] r60 - trunk

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Sun Dec 2 02:31:25 UTC 2007


Author: atomo64-guest
Date: 2007-12-02 02:31:24 +0000 (Sun, 02 Dec 2007)
New Revision: 60

Modified:
   trunk/dehs_pg.php
Log:
Small tweak for developer.php


Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2007-12-02 02:18:55 UTC (rev 59)
+++ trunk/dehs_pg.php	2007-12-02 02:31:24 UTC (rev 60)
@@ -778,7 +778,7 @@
         $rsql=pg_exec($db, $sql);
         while($res_array=pg_fetch_array($rsql)) {
 
-            if (!$res_array[watch]) $version="N/A";
+            if (!$res_array[watch]) { if ($res_array['wwiz_type']!="watch") $version="N/A"; else $version='-';}
             elseif (!$res_array[up_version]) $version="Error";
             else $version=$res_array[up_version];
 




More information about the Dehs-devel mailing list