Ignore:
Timestamp:
01/04/12 14:57:16 (12 years ago)
Author:
pereira.jair
Message:

Ticket #2416 - Inclusao da nova ferramenta de relatorios do workflow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/local/classes/class.wf_location.php

    r3167 r5307  
    161161                $result = $this->db->query($sql, array($state_id)); 
    162162                $output = array(); 
     163                if (is_object($result)) { 
    163164                while ($row = $result->fetchRow()) 
    164165                        $output[] = $row; 
    165166 
    166167                $this->citiesFromState[$state_id] = $output; 
     168                } 
    167169                return $output; 
    168170        } 
Note: See TracChangeset for help on using the changeset viewer.