diff options
author | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-07-12 02:08:45 +0000 |
---|---|---|
committer | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-07-12 02:08:45 +0000 |
commit | 48139ccfef87a39e20e1fbecebcbf88ecb303dfa (patch) | |
tree | 70775a7afeca20f5af90cb79b99e4877e0d63792 /remind.php | |
parent | 5e71e18a53d346cc6b7c02f8c43cd788af2c97cc (diff) | |
download | cacert-boardvoting-48139ccfef87a39e20e1fbecebcbf88ecb303dfa.tar.gz cacert-boardvoting-48139ccfef87a39e20e1fbecebcbf88ecb303dfa.tar.xz cacert-boardvoting-48139ccfef87a39e20e1fbecebcbf88ecb303dfa.zip |
closing votes now controlled by crontab (user www-data) to close daily on the new day. Votes are due in the last minute of previous day
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@65 d4452222-2f33-11de-9270-010000000000
Diffstat (limited to 'remind.php')
-rwxr-xr-x | remind.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,8 +3,6 @@ require_once("database.php"); $db = new DB(); -$db->closeVotes(); - $id = 0; $page = 1; |