From 22edfb6fa547ae57c75624e0903b036e698b188a Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Fri, 30 Nov 2001 18:38:21 +0000 Subject: [PATCH 1/1] Tyler: This is not very original but should do the trick git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1817 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_general.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/imap_general.php b/functions/imap_general.php index 066fb4c2..617c2937 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -24,8 +24,7 @@ $IMAPSessionID = substr(session_id(), -4); if( $IMAPSessionID == '' ) { - $IMAPSessionID = str_pad( dechex( getPref( $data_dir, $username, 'counter', 0 ) ), - 4, '0', STR_PAD_LEFT); + $IMAPSessionID = 'A001'; } return( $IMAPSessionID ); -- 2.25.1