cvs: docweb /include/rfc rfc-config.php
[email protected] ("Vincent Gevers")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsvincent1122978330@cvsserver> |
vincent Tue Aug 2 06:25:30 2005 EDT
Modified files:
/docweb/include/rfc rfc-config.php
Log:
Revert this, the cronjob seems to work fine :)
http://cvs.php.net/diff.php/docweb/include/rfc/rfc-config.php?r1=1.5&r2=1.6&ty=u
Index: docweb/include/rfc/rfc-config.php
diff -u docweb/include/rfc/rfc-config.php:1.5 docweb/include/rfc/rfc-config.php:1.6
--- docweb/include/rfc/rfc-config.php:1.5 Sat Jul 30 11:14:13 2005
+++ docweb/include/rfc/rfc-config.php Tue Aug 2 06:25:28 2005
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: Vincent Gevers <[email protected]> |
+----------------------------------------------------------------------+
-$Id: rfc-config.php,v 1.5 2005/07/30 15:14:13 vincent Exp $
+$Id: rfc-config.php,v 1.6 2005/08/02 10:25:28 vincent Exp $
*/
/*
@@ -27,12 +27,12 @@
* RFC: how long a proposal must be in the "proposal" phase before
* a "Call for Votes" can be called
*/
-define('PROPOSAL_STATUS_PROPOSAL_TIMELINE', (60 * 60 * 24 * 2)); // 1 week
+define('PROPOSAL_STATUS_PROPOSAL_TIMELINE', (60 * 60 * 24 * 7)); // 1 week
/**
* RFC: how long the "Call for Votes" lasts
*/
-define('PROPOSAL_STATUS_VOTE_TIMELINE', (60 * 60 * 24 * 2)); // 1 week
+define('PROPOSAL_STATUS_VOTE_TIMELINE', (60 * 60 * 24 * 7)); // 1 week
if (isset($_SERVER['PROPOSAL_MAIL_DOC_DEV'])) {
/**