cellog Wed May 30 20:39:33 2007 UTC
Modified files:
/pearweb/cron/mirror pear-grabstats.php
Log:
...
http://cvs.php.net/viewvc.cgi/pearweb/cron/mirror/pear-grabstats.php?r1=1.4&r2=1.5&diff_format=u
Index: pearweb/cron/mirror/pear-grabstats.php
diff -u pearweb/cron/mirror/pear-grabstats.php:1.4
pearweb/cron/mirror/pear-grabstats.php:1.5
--- pearweb/cron/mirror/pear-grabstats.php:1.4 Wed May 30 20:38:13 2007
+++ pearweb/cron/mirror/pear-grabstats.php Wed May 30 20:39:33 2007
@@ -6,11 +6,11 @@
* the aggregated_package_stats and package_stats tables
*/
set_time_limit(0);
+require_once 'DB.php';
require_once dirname(dirname(dirname(__FILE__))) . '/include/pear-config.php';
require_once dirname(dirname(dirname(__FILE__))) .
'/include/pear-format-html.php';
// Get the database class.
-require_once 'DB.php';
$options = array(
'persistent' => false,
'portability' => DB_PORTABILITY_ALL,
|