svn: /web/doc-editor/trunk/scripts/cron/ update_data.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sat, 27 Feb 2010 08:08:34 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=295557
Log:
Re-enable the repository update
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-02-27 07:54:27 UTC (rev 295556)
+++ web/doc-editor/trunk/scripts/cron/update_data.php 2010-02-27 08:08:34 UTC (rev 295557)
@@ -37,7 +37,7 @@
}
flush();
// VCS update
- //$rm->updateRepository();
+ $rm->updateRepository();
if ($isCLI) {
echo "\n * Clean up the database...";