From 21e18f59c03b946f6dfd5b885be3a108776718f9 Mon Sep 17 00:00:00 2001 From: jangliss Date: Thu, 20 Feb 2003 18:18:28 +0000 Subject: [PATCH] Silly me, functions require () to work. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4533 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/global.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/global.php b/functions/global.php index a048f3db..d5dd9ca5 100644 --- a/functions/global.php +++ b/functions/global.php @@ -250,7 +250,7 @@ function sqsession_destroy() { } else { $_SESSION = array(); } - @session_destroy; + @session_destroy(); } } -- 2.25.1