mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-12 08:20:31 +01:00
fixed displaying of repeated events by owner
This commit is contained in:
parent
b985023787
commit
8b51208dcb
@ -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, "
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user