Ignore:
Timestamp:
08/19/09 11:10:14 (15 years ago)
Author:
niltonneto
Message:

Ticket #561 - Correção das diferenças entre versão publicada e branch 1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/phpgwapi/inc/class.jscalendar.inc.php

    r2 r1342  
    3131                        $this->jscalendar_url = $GLOBALS['phpgw_info']['server']['webserver_url'].'/phpgwapi/js/'.$path; 
    3232                        $this->dateformat = $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']; 
    33  
    34                         if ($do_header && !strstr($GLOBALS['phpgw_info']['flags']['java_script'],'jscalendar')) 
     33                         
     34                        if ($do_header && !strpos($GLOBALS['phpgw_info']['flags']['java_script'],'jscalendar')) 
    3535                        { 
    3636                                $GLOBALS['phpgw_info']['flags']['java_script'] .= 
Note: See TracChangeset for help on using the changeset viewer.