Date: 03/24/01
- Next message: Hojtsy Gabor: "[PHP-DOC] xmlspy"
- Previous message: Jouni Ahto: "Re: [PHP-DOC] entity 'edited-by' is broken in japanese manual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jmcastagnetto Sat Mar 24 05:03:23 2001 EDT
Modified files:
/phpdoc/en/functions info.xml
Log:
minor typo in example
Index: phpdoc/en/functions/info.xml
diff -u phpdoc/en/functions/info.xml:1.43 phpdoc/en/functions/info.xml:1.44
--- phpdoc/en/functions/info.xml:1.43 Mon Mar 19 04:49:03 2001
+++ phpdoc/en/functions/info.xml Sat Mar 24 05:03:22 2001
@@ -1526,7 +1526,7 @@
require_once ("../inc/global.php");
for ($i=1; $i<5; $i++)
- include "util".$i."php";
+ include "util".$i.".php";
echo "Required_once/Included_once files\n";
print_r (get_required_files());
- Next message: Hojtsy Gabor: "[PHP-DOC] xmlspy"
- Previous message: Jouni Ahto: "Re: [PHP-DOC] entity 'edited-by' is broken in japanese manual"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

