logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core /PEAR/Command Mirror.php: msg#00084

Subject: cvs: pear-core /PEAR/Command Mirror.php
cellog          Wed Apr 13 00:31:06 2005 EDT

  Modified files:              
    /pear-core/PEAR/Command     Mirror.php 
  Log:
  use single quotes for require_once
  
http://cvs.php.net/diff.php/pear-core/PEAR/Command/Mirror.php?r1=1.12&r2=1.13&ty=u
Index: pear-core/PEAR/Command/Mirror.php
diff -u pear-core/PEAR/Command/Mirror.php:1.12 
pear-core/PEAR/Command/Mirror.php:1.13
--- pear-core/PEAR/Command/Mirror.php:1.12      Thu Mar 24 20:59:26 2005
+++ pear-core/PEAR/Command/Mirror.php   Wed Apr 13 00:31:06 2005
@@ -15,7 +15,7 @@
  * @author     Alexander Merz <alexmerz@xxxxxxx>
  * @copyright  1997-2005 The PHP Group
  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version    CVS: $Id: Mirror.php,v 1.12 2005/03/25 01:59:26 cellog Exp $
+ * @version    CVS: $Id: Mirror.php,v 1.13 2005/04/13 04:31:06 cellog Exp $
  * @link       http://pear.php.net/package/PEAR
  * @since      File available since Release 1.2.0
  */
@@ -23,7 +23,7 @@
 /**
  * base class
  */
-require_once "PEAR/Command/Common.php";
+require_once 'PEAR/Command/Common.php';
 
 /**
  * PEAR commands for providing file mirrors



<Prev in Thread] Current Thread [Next in Thread>