[Dehs-devel] r57 - trunk

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Thu Nov 29 02:07:23 UTC 2007


Author: atomo64-guest
Date: 2007-11-29 02:07:23 +0000 (Thu, 29 Nov 2007)
New Revision: 57

Modified:
   trunk/dehs_pg.php
Log:
Only stop checking watch wizard-generated files when a version is found


Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2007-11-29 01:29:41 UTC (rev 56)
+++ trunk/dehs_pg.php	2007-11-29 02:07:23 UTC (rev 57)
@@ -720,9 +720,7 @@
 
                         $uscan_res=uscan_foo($res_array['name'] ,$res_array['version'],$watch);
 
-                        if ($uscan_res[1] && !$uscan_res[0]) {
-                            continue;
-                        } else {
+                        if ($uscan_res[3]) {
                             break 2;
                         }
                     }




More information about the Dehs-devel mailing list