Ignore:
Timestamp:
07/28/08 16:42:45 (16 years ago)
Author:
niltonneto
Message:

Ver ocorrência #270 do Trac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.config.inc.php

    r2 r370  
    7474                        { 
    7575                                $this->db->lock(array('phpgw_config','phpgw_app_sessions')); 
     76                                /*jakjr: ExpressoLivre does not use this. 
    7677                                if($this->appname == 'phpgwapi') 
    7778                                { 
    7879                                        $this->db->query("delete from phpgw_app_sessions where sessionid = '0' and loginid = '0' and app = '".$this->appname."' and location = 'config'",__LINE__,__FILE__); 
    79                                 } 
     80                                }*/ 
    8081                                foreach($this->config_data as $name => $value) 
    8182                                { 
Note: See TracChangeset for help on using the changeset viewer.