[Dehs-devel] r111 - trunk

atomo64-guest at alioth.debian.org atomo64-guest at alioth.debian.org
Sun Feb 17 19:30:33 UTC 2008


Author: atomo64-guest
Date: 2008-02-17 19:30:32 +0000 (Sun, 17 Feb 2008)
New Revision: 111

Modified:
   trunk/dehs_pg.php
Log:
Send new upstream version notifications even on update_all runs


Modified: trunk/dehs_pg.php
===================================================================
--- trunk/dehs_pg.php	2008-02-17 01:40:23 UTC (rev 110)
+++ trunk/dehs_pg.php	2008-02-17 19:30:32 UTC (rev 111)
@@ -938,12 +938,9 @@
     }
 }
 function update_all() {
-    global $email, $sendNotifications, $timeStamp_basedCheck;
+    global $email, $timeStamp_basedCheck;
     $intime=gmdate('D, d M Y H:i:s \C\E\S\T',time()+3600*2);
     echo __FUNCTION__ . ' started the ' . $intime . "\n";
-    // atm disable when performing an archive-wide check because
-    //  I'm CC'ing myself (atomo64) on each message to review them
-    $sendNotifications = false;
     db_add();
     dl_popcon();
     db_popcon();




More information about the Dehs-devel mailing list