[Dehs-devel] r134 - trunk
atomo64-guest at alioth.debian.org
atomo64-guest at alioth.debian.org
Tue May 27 00:23:58 UTC 2008
Author: atomo64-guest
Date: 2008-05-27 00:23:57 +0000 (Tue, 27 May 2008)
New Revision: 134
Modified:
trunk/dehs_pg.php
Log:
Oops, < != > :)
Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php 2008-05-27 00:15:53 UTC (rev 133)
+++ trunk/dehs_pg.php 2008-05-27 00:23:57 UTC (rev 134)
@@ -1006,7 +1006,7 @@
$sql = "SELECT name FROM pkgs WHERE"
." (md5_diff!=md5_atsource or md5_diff is null)"
." or (lastcheck is null and watch is not null)"
- ." or (lastpkgsourcesupdate<lastcheck)";
+ ." or (lastpkgsourcesupdate>lastcheck)";
$rsql=pg_exec($db, $sql);
$res_array=pg_fetch_all($rsql);
pg_close($db);
More information about the Dehs-devel
mailing list