didou           Sat Jan 17 03:57:25 2004 EDT

  Modified files:              
    /phpdoc/en/reference/apache/functions       apache-lookup-uri.xml 
  Log:
  CS.. :)
  
Index: phpdoc/en/reference/apache/functions/apache-lookup-uri.xml
diff -u phpdoc/en/reference/apache/functions/apache-lookup-uri.xml:1.3 
phpdoc/en/reference/apache/functions/apache-lookup-uri.xml:1.4
--- phpdoc/en/reference/apache/functions/apache-lookup-uri.xml:1.3      Fri Jan 16 
15:03:06 2004
+++ phpdoc/en/reference/apache/functions/apache-lookup-uri.xml  Sat Jan 17 03:57:25 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/apache.xml, last change in rev 1.2 -->
   <refentry id="function.apache-lookup-uri">
    <refnamediv>
@@ -53,8 +53,9 @@
 $info = apache_lookup_uri('index.php?var=value');
 print_r($info);
 
-if (file_exists($info->filename))
+if (file_exists($info->filename)) {
     echo 'file exists!';
+}
 ?>
 ]]>
       </programlisting>

Reply via email to