[PHP-DOC] cvs: phpdoc /en/reference/session reference.xml From: John Coggeshall (john <email protected>)
Date: 12/01/02

john Sun Dec 1 18:32:11 2002 EDT

  Modified files:
    /phpdoc/en/reference/session reference.xml
  Log:
  
  WS FIX
  
  
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.22 phpdoc/en/reference/session/reference.xml:1.23
--- phpdoc/en/reference/session/reference.xml:1.22 Sun Dec 1 17:25:04 2002
+++ phpdoc/en/reference/session/reference.xml Sun Dec 1 18:32:11 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.22 $ -->
+<!-- $Revision: 1.23 $ -->
  <reference id="ref.session">
   <title>Session handling functions</title>
   <titleabbrev>Sessions</titleabbrev>
@@ -46,12 +46,12 @@
     </note>
     <note>
      <para>
- Please note when working with sessions that a record of a session
- is not created until a variable has been registered using the
- <function>session_register</function> function or by adding a new
- key to the <varname>$_SESSION</varname> superglobal array. This
- holds true regardless of if a session has been started using the
- <function>session_start</function> function.
+ Please note when working with sessions that a record of a session
+ is not created until a variable has been registered using the
+ <function>session_register</function> function or by adding a new
+ key to the <varname>$_SESSION</varname> superglobal array. This
+ holds true regardless of if a session has been started using the
+ <function>session_start</function> function.
      </para>
     </note>
    </section>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php