diff --git a/calendar/inc/functions.inc.php b/calendar/inc/functions.inc.php index 0e54ffbffe..c7c0ec06d6 100755 --- a/calendar/inc/functions.inc.php +++ b/calendar/inc/functions.inc.php @@ -378,6 +378,7 @@ function month_name ( $m ) { function read_repeated_events() { global $phpgw; + global $phpgw_info; $sql = "SELECT webcal_entry.cal_name, webcal_entry.cal_date, " . "webcal_entry_repeats.*, webcal_entry.cal_description, " diff --git a/doc/CHANGELOG b/doc/CHANGELOG index c680b05579..3928bae349 100755 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,9 +1,10 @@ [09--2000] - Fixed a few missing variables with templates. - - editing a product in the inventory program now forwards you back to the category + - editing a product in the inventory program now forwards you back to the category you where in. - - You can now use decimals in the inventory program. - - Added missing tables for tts and fixed problems with postgresql. - - Fixed changing of password not getting set in session table + - You can now use decimals in the inventory program. + - Added missing tables for tts and fixed problems with postgresql. + - Fixed changing of password not getting set in session table + - Fixed displaying of repeated events by owner [09072000] - Added print icon that allows you to print out a page without having the navbar. Thanks Sam Wynn Jr