Changeset 5307 for trunk/workflow/inc


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.

Location:
trunk/workflow/inc
Files:
171 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/hook_sidebox_menu.inc.php

    r3255 r5307  
    5151                )); 
    5252 
    53         if ($isWorkflowAdmin) 
     53        if ($isWorkflowAdmin) {  
    5454                $file['Access Control List']= $GLOBALS['phpgw']->link('/index.php','menuaction=workflow.ui_adminaccess.form'); 
     55                $file['Reports']= $GLOBALS['phpgw']->link('/index.php','menuaction=workflow.reports.form');      
     56        } 
    5557 
    5658        /* every user can access the preference area */ 
  • 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.