cellog Wed Apr 13 00:29:15 2005 EDT
Modified files:
/pear-core/PEAR/Command Auth.php
Log:
use single quotes for require_once
http://cvs.php.net/diff.php/pear-core/PEAR/Command/Auth.php?r1=1.20&r2=1.21&ty=u
Index: pear-core/PEAR/Command/Auth.php
diff -u pear-core/PEAR/Command/Auth.php:1.20
pear-core/PEAR/Command/Auth.php:1.21
--- pear-core/PEAR/Command/Auth.php:1.20 Thu Mar 24 22:56:57 2005
+++ pear-core/PEAR/Command/Auth.php Wed Apr 13 00:29:15 2005
@@ -16,7 +16,7 @@
* @author Greg Beaver <cellog@xxxxxxx>
* @copyright 1997-2005 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License 3.0
- * @version CVS: $Id: Auth.php,v 1.20 2005/03/25 03:56:57 cellog Exp $
+ * @version CVS: $Id: Auth.php,v 1.21 2005/04/13 04:29:15 cellog Exp $
* @link http://pear.php.net/package/PEAR
* @since File available since Release 0.1
*/
@@ -24,8 +24,8 @@
/**
* base class
*/
-require_once "PEAR/Command/Common.php";
-require_once "PEAR/Config.php";
+require_once 'PEAR/Command/Common.php';
+require_once 'PEAR/Config.php';
/**
* PEAR commands for login/logout
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|