fixed displaying of repeated events by owner

This commit is contained in:
skeeter 2000-09-12 11:07:19 +00:00
parent b985023787
commit 8b51208dcb
2 changed files with 6 additions and 4 deletions

View File

@ -378,6 +378,7 @@ function month_name ( $m ) {
function read_repeated_events() function read_repeated_events()
{ {
global $phpgw; global $phpgw;
global $phpgw_info;
$sql = "SELECT webcal_entry.cal_name, webcal_entry.cal_date, " $sql = "SELECT webcal_entry.cal_name, webcal_entry.cal_date, "
. "webcal_entry_repeats.*, webcal_entry.cal_description, " . "webcal_entry_repeats.*, webcal_entry.cal_description, "

View File

@ -4,6 +4,7 @@
- You can now use decimals in the inventory program. - You can now use decimals in the inventory program.
- Added missing tables for tts and fixed problems with postgresql. - Added missing tables for tts and fixed problems with postgresql.
- Fixed changing of password not getting set in session table - 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 [09072000] - Added print icon that allows you to print out a page without having
the navbar. Thanks Sam Wynn Jr <sam.wynn@lmco.com> the navbar. Thanks Sam Wynn Jr <sam.wynn@lmco.com>