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()
{
global $phpgw;
global $phpgw_info;
$sql = "SELECT webcal_entry.cal_name, webcal_entry.cal_date, "
. "webcal_entry_repeats.*, webcal_entry.cal_description, "

View File

@ -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 <sam.wynn@lmco.com>