Date: 12/12/00
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions network.xml"
- Previous message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
-<? copy($PHP_UPLOADED_FILE_NAME,$DOCUMENT_ROOT.$REQUEST_URI); ?>
+<?php copy($PHP_UPLOADED_FILE_NAME,$DOCUMENT_ROOT.$REQUEST_URI); ?>
</programlisting></informalexample>
</para>
<simpara>
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions network.xml"
- Previous message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

