logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core /PEAR ChannelFile.php: msg#00262

Subject: cvs: pear-core /PEAR ChannelFile.php
cellog          Mon May 30 17:49:28 2005 EDT

  Modified files:              
    /pear-core/PEAR     ChannelFile.php 
  Log:
  fix closing docblock template tag
  
http://cvs.php.net/diff.php/pear-core/PEAR/ChannelFile.php?r1=1.65&r2=1.66&ty=u
Index: pear-core/PEAR/ChannelFile.php
diff -u pear-core/PEAR/ChannelFile.php:1.65 pear-core/PEAR/ChannelFile.php:1.66
--- pear-core/PEAR/ChannelFile.php:1.65 Sat May 28 18:03:01 2005
+++ pear-core/PEAR/ChannelFile.php      Mon May 30 17:49:27 2005
@@ -15,7 +15,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: ChannelFile.php,v 1.65 2005/05/28 22:03:01 cellog Exp 
$
+ * @version    CVS: $Id: ChannelFile.php,v 1.66 2005/05/30 21:49:27 cellog Exp 
$
  * @link       http://pear.php.net/package/PEAR
  * @since      File available since Release 1.4.0a1
  */
@@ -136,7 +136,7 @@
  * Error code when ssl attribute is present and is not "yes"
  */
 define('PEAR_CHANNELFILE_ERROR_INVALID_SSL', 37);
-/**@#-*/
+/**#@-*/
 
 /**
  * Mirror types allowed.  Currently only internet servers are recognized.
@@ -1600,4 +1600,4 @@
         return time();
     }
 }
-?>
\ No newline at end of file
+?>



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