Commit bc3de3b2 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed issue after duplicate installed calendar

parent 9cd81241
......@@ -23,7 +23,7 @@ ad_proc -public im_package_calendar_id {} {
ad_proc -private im_package_calendar_id_helper {} {
return [db_string im_package_core_id {
select package_id from apm_packages
select min(package_id) from apm_packages
where package_key = 'intranet-calendar'
} -default 0]
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment