hholzgra                Thu Mar 20 15:20:37 2003 EDT

  Modified files:              
    /php4/scripts/ext_skel_ng   extension_parser.php 
  Log:
  protect string from CVS keyword expansionCVS: 
----------------------------------------------------------------------
  
  
Index: php4/scripts/ext_skel_ng/extension_parser.php
diff -u php4/scripts/ext_skel_ng/extension_parser.php:1.8 
php4/scripts/ext_skel_ng/extension_parser.php:1.9
--- php4/scripts/ext_skel_ng/extension_parser.php:1.8   Sat Mar 15 17:38:01 2003
+++ php4/scripts/ext_skel_ng/extension_parser.php       Thu Mar 20 15:20:37 2003
@@ -283,7 +283,7 @@
                        $fp = fopen("$docdir/reference.xml", "w");
                        fputs($fp,
 "<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- \$Revision: 1.8 $ -->
+<!-- ".'$'."Revision: 1.1 $ -->
  <reference id='ref.{$this->name}'>
   <title>{$this->summary}</title>
   <titleabbrev>{$this->name}</titleabbrev>



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to