Tom
<br>
I just did an update from cvs. with a quick scan I found a couple of things.
<br>
The lines that separate each hour in full calendar have dissapearred.
Also, Sync with outlook gives me an error that seems related to timezones (are you already working on that?):
<pre>
Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")
while executing
"ns_pg_bind 0or1row nsdb0 {
select to_char(timezone__utc_to_local(tz_id, utc_time), :format)
from timezones,
(select timezone__convert_to_utc(tz_id, :t..."
("uplevel" body line 1)
invoked from within
"uplevel $ulevel [list ns_pg_bind $type $db $sql"
invoked from within
"db_exec 0or1row $db $full_name $sql"
invoked from within
"set selection [db_exec 0or1row $db $full_name $sql]"
("uplevel" body line 2)
invoked from within
"uplevel 1 $code_block "
invoked from within
"db_with_handle db {
set selection [db_exec 0or1row $db $full_name $sql]
}"
(procedure "db_string" line 7)
invoked from within
"db_string adjust_timezone {}"
(procedure "adjust_timezone" line 3)
invoked from within
"adjust_timezone -timestamp $cal_item(full_start_date) -format $date_format -user_tz "Universal""
(procedure "calendar::outlook::format_item" line 9)
</pre>