[PHP-DOC] cvs: phpdoc /en/features file-upload.xml From: Ron Chmara (ron <email protected>)
Date: 12/12/00

ronabop Tue Dec 12 20:51:22 2000 EDT

  Modified files:
    /phpdoc/en/features file-upload.xml
  Log:
  fixing <? to <?php
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.15 phpdoc/en/features/file-upload.xml:1.16
--- phpdoc/en/features/file-upload.xml:1.15 Thu Nov 9 12:16:31 2000
+++ phpdoc/en/features/file-upload.xml Tue Dec 12 20:51:21 2000
@@ -328,7 +328,7 @@
    </simpara>
    <para>
     <informalexample><programlisting>
-&lt;? copy($PHP_UPLOADED_FILE_NAME,$DOCUMENT_ROOT.$REQUEST_URI); ?&gt;
+&lt;?php copy($PHP_UPLOADED_FILE_NAME,$DOCUMENT_ROOT.$REQUEST_URI); ?&gt;
     </programlisting></informalexample>
    </para>
    <simpara>