From 051f624571ac2c1a149b721d2a11b91cf6bffba1 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 2 Oct 2004 18:00:20 +0000 Subject: [PATCH] Minor cleanup in comments git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8114 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/global.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/functions/global.php b/functions/global.php index 1330022c..573a0e1b 100644 --- a/functions/global.php +++ b/functions/global.php @@ -24,10 +24,11 @@ if(isset($session_name) && $session_name) { ini_set('session.name' , 'SQMSESSID'); } -/** If magic_quotes_runtime is on, SquirrelMail breaks in new and creative ways. - * Force magic_quotes_runtime off. - * tassium@squirrelmail.org - I put it here in the hopes that all SM code includes this. - * If there's a better place, please let me know. +/** + * If magic_quotes_runtime is on, SquirrelMail breaks in new and creative ways. + * Force magic_quotes_runtime off. + * tassium@squirrelmail.org - I put it here in the hopes that all SM code includes this. + * If there's a better place, please let me know. */ ini_set('magic_quotes_runtime','0'); @@ -197,8 +198,8 @@ function sqgetGlobalVar($name, &$value, $search = SQ_INORDER) { as strings. */ switch ($search) { /* we want the default case to be first here, - so that if a valid value isn't specified, - all three arrays will be searched. */ + so that if a valid value isn't specified, + all three arrays will be searched. */ default: case SQ_INORDER: // check session, post, get case SQ_SESSION: -- 2.25.1