svn: /web/doc-editor/trunk/scripts/cron/ update_data.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Mon, 24 May 2010 20:16:14 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=299717
Log:
Enable the VCS up before checking data
Changed paths:
U web/doc-editor/trunk/scripts/cron/update_data.php
Modified: web/doc-editor/trunk/scripts/cron/update_data.php
===================================================================
--- web/doc-editor/trunk/scripts/cron/update_data.php 2010-05-24 20:05:34 UTC (rev 299716)
+++ web/doc-editor/trunk/scripts/cron/update_data.php 2010-05-24 20:16:14 UTC (rev 299717)
@@ -37,7 +37,7 @@
}
flush();
// VCS update
- //$rm->updateRepository();
+ $rm->updateRepository();
if ($isCLI) {
echo "\n * Clean up the database...";