From b212e5cf99163157831e81f4c479040e8c1b544e Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Tue, 28 Oct 2003 20:45:38 +0000 Subject: [PATCH] removed repetition (with typo) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143285 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/functions/session-unset.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/session/functions/session-unset.xml b/reference/session/functions/session-unset.xml index 02ee27df9b..f547691d62 100644 --- a/reference/session/functions/session-unset.xml +++ b/reference/session/functions/session-unset.xml @@ -1,5 +1,5 @@ - + @@ -22,8 +22,7 @@ If $_SESSION (or $HTTP_SESSION_VARS for PHP 4.0.6 or less) is - used, use unset to unregister session - variable. i.e. $_SESSION = array(); + used, use $_SESSION = array(); to unregister a session variable.