Ignore:
Timestamp:
09/29/09 11:37:49 (15 years ago)
Author:
rodsouza
Message:

Ticket #667 - Alterada a declaração 'include' para 'include_once' para evitar erros fatais.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/functions.inc.php

    r1333 r1463  
    262262                ! $GLOBALS['phpgw_info']['flags']['included_classes']['error']) 
    263263        { 
    264                 include(PHPGW_INCLUDE_ROOT.'/phpgwapi/inc/class.error.inc.php'); 
     264                include_once(PHPGW_INCLUDE_ROOT.'/phpgwapi/inc/class.error.inc.php'); 
    265265                $GLOBALS['phpgw_info']['flags']['included_classes']['error'] = True; 
    266266        } 
Note: See TracChangeset for help on using the changeset viewer.