Prechádzať zdrojové kódy

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

philippe_mingo 23 rokov pred
rodič
commit
7808719aee
1 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 2
      functions/imap_general.php

+ 1 - 2
functions/imap_general.php

@@ -24,8 +24,7 @@
 
 
         $IMAPSessionID = substr(session_id(), -4);
         $IMAPSessionID = substr(session_id(), -4);
         if( $IMAPSessionID == '' ) {
         if( $IMAPSessionID == '' ) {
-            $IMAPSessionID = str_pad( dechex( getPref( $data_dir, $username, 'counter', 0 ) ),
-                                      4, '0', STR_PAD_LEFT);
+            $IMAPSessionID = 'A001';
         }
         }
 
 
         return( $IMAPSessionID );
         return( $IMAPSessionID );