Changeset 2777


Ignore:
Timestamp:
05/13/10 16:54:06 (14 years ago)
Author:
amuller
Message:

Ticket #405 - Arruma problema da sessão que não está definida mais

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r2774 r2777  
    22442244                        } 
    22452245                        $tempDir = ini_get("session.save_path"); 
    2246                         $file = "cidimage_".$_SESSION[ 'phpgw_session' ][ 'session_id' ].$cid_imgs[6][$j].".dat";                                        
     2246                        $file = "cidimage_".$this->session_id.$cid_imgs[6][$j].".dat";                                   
    22472247                        $f = fopen($tempDir.'/'.$file,"w"); 
    22482248                        fputs($f,$fileContent); 
Note: See TracChangeset for help on using the changeset viewer.