Changeset 771
- Timestamp:
- 04/28/09 15:53:16 (14 years ago)
- Location:
- trunk/phpgwapi/inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpgwapi/inc/class.jscalendar.inc.php
r2 r771 31 31 $this->jscalendar_url = $GLOBALS['phpgw_info']['server']['webserver_url'].'/phpgwapi/js/'.$path; 32 32 $this->dateformat = $GLOBALS['phpgw_info']['user']['preferences']['common']['dateformat']; 33 34 if ($do_header && !str str($GLOBALS['phpgw_info']['flags']['java_script'],'jscalendar'))33 34 if ($do_header && !strpos($GLOBALS['phpgw_info']['flags']['java_script'],'jscalendar')) 35 35 { 36 36 $GLOBALS['phpgw_info']['flags']['java_script'] .= -
trunk/phpgwapi/inc/class.preferences.inc.php
r54 r771 1116 1116 // is it possible to use Trash and Sent folders - i.e. using IMAP server 1117 1117 // if not - force settings to false 1118 if (str istr($prefs['email']['mail_server_type'], 'imap') == False)1118 if (strpos($prefs['email']['mail_server_type'], 'imap') == False) 1119 1119 { 1120 1120 if (isset($prefs['email']['use_trash_folder']))
Note: See TracChangeset
for help on using the changeset viewer.