فهرست منبع

Tyler: This is not very original but should do the trick

philippe_mingo 23 سال پیش
والد
کامیت
7808719aee
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      functions/imap_general.php

+ 1 - 2
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 );