Ignore:
Timestamp:
08/28/13 11:38:06 (11 years ago)
Author:
angelo
Message:

Ticket #3483 - Falha de autenticacao no Expresso Mobile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/inc/class.ui_home.inc.php

    r4358 r8206  
    44        var $imap_functions; 
    55        var $db; 
    6         var $bocalendar; 
     6        //var $bocalendar; 
    77        var $bo_mobilemail; 
    88        var $common; 
     
    2222                $this->imap_functions   = CreateObject('expressoMail1_2.imap_functions'); 
    2323                $this->db       = CreateObject('phpgwapi.db'); 
    24                 $this->bocalendar = CreateObject('calendar.bocalendar'); 
     24                //$this->bocalendar = CreateObject('calendar.bocalendar'); 
    2525                $this->bo_mobilemail = CreateObject('mobile.bo_mobilemail'); 
    2626        } 
     
    8484                $this->template->set_var('quota_used', $this->common->borkb($total_quota["quota_used"]*1024)); 
    8585                $this->template->set_var('quota_limit', $this->common->borkb($total_quota["quota_limit"]*1024)); 
    86                  
     86                /* 
    8787                //pegando os eventos do dia atual 
    8888                $year   = $this->bocalendar->year; 
     
    116116                } 
    117117                 
    118                  
     118                */ 
    119119                 
    120120                if($GLOBALS['phpgw']->session->appsession('mobile.layout','mobile')=="mini_desktop") { 
Note: See TracChangeset for help on using the changeset viewer.