Changeset 2367 for trunk/phpgwapi


Ignore:
Timestamp:
03/29/10 12:52:27 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Desfazendo alteração, pois foi enviado arquivos extras

Location:
trunk/phpgwapi/inc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.common.inc.php

    r2366 r2367  
    12241224                        } 
    12251225 
    1226                         $GLOBALS['phpgw']->js->validate_file( 'tools','event_config' ); 
    1227                         $GLOBALS['phpgw']->js->validate_file( 'tools','xconnector' ); 
     1226                        //$GLOBALS['phpgw']->js->validate_file( 'tools','event_config' ); 
     1227                        //$GLOBALS['phpgw']->js->validate_file( 'tools','xconnector' ); 
    12281228                        //$GLOBALS['phpgw']->js->validate_file( 'tools','xlink' ); 
    12291229 
  • trunk/phpgwapi/inc/functions.inc.php

    r2366 r2367  
    421421                        { 
    422422                                $GLOBALS['phpgw']->common->phpgw_header(); 
     423                                if ($GLOBALS['phpgw_info']['flags']['noheader']) 
     424                                { 
     425                                        echo parse_navbar(); 
     426                                } 
    423427 
    424428                                $GLOBALS['phpgw']->log->write(array('text'=>'W-Permissions, Attempted to access %1','p1'=>$GLOBALS['phpgw_info']['flags']['currentapp'])); 
Note: See TracChangeset for help on using the changeset viewer.