diff --git a/VERSION b/VERSION index 0b8cb6da..0fc1e51b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-07-08 09:45:15) dev +Version 2.00.0 (2012-07-08 16:39:56) dev diff --git a/applications/welcome/cron/crontab b/applications/welcome/cron/crontab.example similarity index 100% rename from applications/welcome/cron/crontab rename to applications/welcome/cron/crontab.example diff --git a/gluon/newcron.py b/gluon/newcron.py index cb2f3c8f..1c082347 100644 --- a/gluon/newcron.py +++ b/gluon/newcron.py @@ -47,7 +47,7 @@ class extcron(threading.Thread): threading.Thread.__init__(self) self.setDaemon(False) self.path = applications_parent - crondance(self.path, 'external', startup=True) + # crondance(self.path, 'external', startup=True) def run(self): if not _cron_stopping: