Changeset 3657


Ignore:
Timestamp:
01/05/11 14:44:48 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1412 - Ajuste no tipo de mensagem ao remover contato não selecionado

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/mobile/inc/class.ui_mobilecc.inc.php

    r3654 r3657  
    234234 
    235235                        if (!is_array($params['contacts']) ){ 
    236                                 header("Location: index.php?menuaction=mobile.ui_mobilecc.index&success_message=".lang("please select one contact")); 
     236                                header("Location: index.php?menuaction=mobile.ui_mobilecc.index&error_message=".lang("please select one contact")); 
    237237                        }else{ 
    238238 
Note: See TracChangeset for help on using the changeset viewer.