[Dehs-devel] r112 - trunk

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Tue Feb 26 23:07:05 UTC 2008


Author: atomo64-guest
Date: 2008-02-26 23:07:04 +0000 (Tue, 26 Feb 2008)
New Revision: 112

Modified:
   trunk/dehs_pg.php
Log:
Make sure update_new also check watch files which were never checked

Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2008-02-17 19:30:32 UTC (rev 111)
+++ trunk/dehs_pg.php	2008-02-26 23:07:04 UTC (rev 112)
@@ -968,7 +968,7 @@
     global $dbconn;
     check_db();
     $db = pg_pconnect($dbconn);
-    $sql="SELECT name FROM pkgs WHERE (md5_diff!=md5_atsource or md5_diff is null)";
+    $sql="SELECT name FROM pkgs WHERE (md5_diff!=md5_atsource or md5_diff is null) or lastcheck is null";
     $rsql=pg_exec($db, $sql);
     $res_array=pg_fetch_all($rsql);
     pg_close($db);




More information about the Dehs-devel mailing list