Ignore:
Timestamp:
04/05/12 17:27:34 (12 years ago)
Author:
marcieli
Message:

Ticket #2593 - Tratamento para nome de marcador case sensitive e com espaços.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/interceptors/Helpers.php

    r5881 r5890  
    303303        public function verifyNameLabel(&$uri , &$params , &$criteria , $original){ 
    304304                $nameLabel = $params['name']; 
    305                 $Labels = Controller::find(array('concept' => 'label'), false, array('filter' => array('=', 'name', $nameLabel) )); 
     305                $Labels = Controller::find(array('concept' => 'label'), false, array('filter' => array('i=', 'name', $nameLabel) )); 
    306306                if($Labels){ 
    307307                        //Throw new Exception('Marcador existe'); 
Note: See TracChangeset for help on using the changeset viewer.