alindeman               Sun Mar 30 21:05:12 2003 EDT

  Modified files:              
    /phpdoc/en/reference/misc/functions defined.xml 
  Log:
  hmmm...removing comment with no text
  
  
Index: phpdoc/en/reference/misc/functions/defined.xml
diff -u phpdoc/en/reference/misc/functions/defined.xml:1.2 
phpdoc/en/reference/misc/functions/defined.xml:1.3
--- phpdoc/en/reference/misc/functions/defined.xml:1.2  Wed Apr 17 02:40:42 2002
+++ phpdoc/en/reference/misc/functions/defined.xml      Sun Mar 30 21:05:12 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
   <refentry id="function.defined">
    <refnamediv>
@@ -24,7 +24,7 @@
 <![CDATA[
 <?php
 if (defined("CONSTANT")){ // Note that it should be quoted
-    echo CONSTANT; //
+    echo CONSTANT;
     }
 ?>
 ]]>



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

Reply via email to