From: <jo...@us...> - 2005-11-24 02:02:49
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28947 Modified Files: calendar_functions.php Log Message: Reverted behavior, as the previous behavior was correct according to the comment in config.inc.php. Index: calendar_functions.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/calendar_functions.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** calendar_functions.php 24 Nov 2005 01:42:49 -0000 1.14 --- calendar_functions.php 24 Nov 2005 02:02:38 -0000 1.15 *************** *** 44,50 **** // Add web calendars. ! if ($allow_webcals == 'yes' && ! ($cal_filename == $ALL_CALENDARS_COMBINED || $admin)) ! { if (!isset($http_user) && !$admin) { foreach ($list_webcals as $file) { --- 44,48 ---- // Add web calendars. ! if ($cal_filename == $ALL_CALENDARS_COMBINED || $admin) { if (!isset($http_user) && !$admin) { foreach ($list_webcals as $file) { |