cellog Sat Apr 28 19:53:11 2007 UTC
Modified files:
/pearweb/cron pepr.php
Log:
try using pear-prepend instead
http://cvs.php.net/viewvc.cgi/pearweb/cron/pepr.php?r1=1.16&r2=1.17&diff_format=u
Index: pearweb/cron/pepr.php
diff -u pearweb/cron/pepr.php:1.16 pearweb/cron/pepr.php:1.17
--- pearweb/cron/pepr.php:1.16 Sat Apr 28 19:52:14 2007
+++ pearweb/cron/pepr.php Sat Apr 28 19:53:11 2007
@@ -20,7 +20,7 @@
* @author Tobias Schlitt <toby@xxxxxxx>
* @copyright Copyright (c) 1997-2005 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License
- * @version $Id: pepr.php,v 1.16 2007/04/28 19:52:14 cellog Exp $
+ * @version $Id: pepr.php,v 1.17 2007/04/28 19:53:11 cellog Exp $
*/
@@ -28,15 +28,7 @@
/**
* Get common settings.
*/
-require_once 'pear-config.php';
-
-require_once 'PEAR.php';
-/**
- * Obtain some needed functions.
- *
- * In particular, user_link(), which is needed by sendActionEmail().
- */
-require_once 'pear-format-html.php';
+require_once 'pear-prepend.php';
/**
* Get the database class.
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|