didou           Tue Feb 17 08:47:49 2004 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  isset.xml 
  Log:
  don't use entity in CDATA's
  
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/isset.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/var/functions/isset.xml
diff -u phpdoc/en/reference/var/functions/isset.xml:1.12 
phpdoc/en/reference/var/functions/isset.xml:1.13
--- phpdoc/en/reference/var/functions/isset.xml:1.12    Mon Dec 15 11:54:11 2003
+++ phpdoc/en/reference/var/functions/isset.xml Tue Feb 17 08:47:49 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
   <refentry id="function.isset">
    <refnamediv>
@@ -42,7 +42,7 @@
 
 $var = '';
 
-// This will evaluate to &true; so the text will be printed.
+// This will evaluate to TRUE so the text will be printed.
 if (isset($var)) {
     echo "This var is set set so I will print.";
 }

Reply via email to