gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/cronjobs project_cleanup.php,1.8,1.9


From: cbayle
Subject: [Gforge-commits] gforge/cronjobs project_cleanup.php,1.8,1.9
Date: Fri, 27 Feb 2004 11:36:33 -0600

Update of /cvsroot/gforge/gforge/cronjobs
In directory db.perdue.net:/tmp/cvs-serv3072/cronjobs

Modified Files:
        project_cleanup.php 
Log Message:
Renamed date to post_date (Benoit Sibaud told me about this bug)


Index: project_cleanup.php
===================================================================
RCS file: /cvsroot/gforge/gforge/cronjobs/project_cleanup.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- project_cleanup.php 18 Feb 2004 09:18:22 -0000      1.8
+++ project_cleanup.php 27 Feb 2004 17:36:29 -0000      1.9
@@ -53,7 +53,7 @@
 
 #3 weeks ago for jobs
 $then=(time()-604800*3);
-db_query("UPDATE people_job SET status_id = '3' where date < '$then'");
+db_query("UPDATE people_job SET status_id = '3' where post_date < '$then'");
 $err .= db_error();
 
 db_commit();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]