yannick         Wed May 19 04:24:55 2004 EDT

  Modified files:              
    /phpdoc/en/reference/session/functions      session-cache-expire.xml 
  Log:
  typos
  
http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/session-cache-expire.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/session/functions/session-cache-expire.xml
diff -u phpdoc/en/reference/session/functions/session-cache-expire.xml:1.6 
phpdoc/en/reference/session/functions/session-cache-expire.xml:1.7
--- phpdoc/en/reference/session/functions/session-cache-expire.xml:1.6  Mon Dec 15 
11:53:42 2003
+++ phpdoc/en/reference/session/functions/session-cache-expire.xml      Wed May 19 
04:24:55 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/session.xml, last change in rev 1.38 -->
   <refentry id='function.session-cache-expire'>
    <refnamediv>
@@ -44,7 +44,7 @@
 
 session_start();
 
-echo "The cache limiter is now set to $cache_limiter</ br>";
+echo "The cache limiter is now set to $cache_limiter<br />";
 echo "The cached session pages expire after $cache_expire minutes";
 ?>
 ]]>

Reply via email to