forked from extern/egroupware
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, "
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
[09--2000] - Fixed a few missing variables with templates.
|
[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 where in.
|
||||||
- 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