Changeset 3492


Ignore:
Timestamp:
11/10/10 16:05:41 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1390 - corrigindo o número do ticket no comentário da revisão [3491]

Location:
branches/2.2/mobile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/login.php

    r3491 r3492  
    11<?php 
    22        //TODO: Trocar name="login" para name="user" no campo username 
     3 
    34        $phpgw_info = array(); 
    45        $submit = False; 
  • branches/2.2/mobile/mobile_header.inc.php

    r3491 r3492  
    1616        //TODO: Ler do banco do expresso as preferências do usuário e definir a aplicação móvel padrão 
    1717        // por enquanto isto será hardcoded para mobilemail. 
     18 
    1819        $GLOBALS['phpgw_info']['flags']['currentapp'] = 'mobile'; 
    1920        $GLOBALS['phpgw_info']['user']['preferences']['common']['default_mobile_app'] = 'mobilemail'; // mobilecalendar, mobilecc ou mobilemail 
Note: See TracChangeset for help on using the changeset viewer.