Date: 12/12/00
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/language types.xml"
- Previous message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ronabop Tue Dec 12 20:51:32 2000 EDT
Modified files:
/phpdoc/en/functions session.xml
Log:
fixing <? to <?php
Index: phpdoc/en/functions/session.xml
diff -u phpdoc/en/functions/session.xml:1.29 phpdoc/en/functions/session.xml:1.30
--- phpdoc/en/functions/session.xml:1.29 Sat Sep 30 13:58:54 2000
+++ phpdoc/en/functions/session.xml Tue Dec 12 20:51:31 2000
@@ -144,7 +144,7 @@
$count++;
?>
-Hello visitor, you have seen this page <? echo $count; ?> times.<p>
+Hello visitor, you have seen this page <?php echo $count; ?> times.<p>
<php?
# the <?=SID?> is necessary to preserve the session id
- Next message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/language types.xml"
- Previous message: Ron Chmara: "[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

