Commit 060d8578 authored by Frank Bergmann's avatar Frank Bergmann

- removed unnecessary sql

parent 461079d0
......@@ -18,6 +18,7 @@
<querytext>
select
t.*,
o.object_type,
to_char(t.posting_date, :date_format) as posting_date,
to_char(t.due_date, :date_format) as due_date_pretty,
CASE WHEN t.due_date < now() and t.topic_type_id in (1102, 1104)
......
......@@ -1076,8 +1076,6 @@ ad_proc -public im_forum_component {
regsub -all " " $topic_status "_" topic_status_subs
set topic_status [lang::message::lookup "" intranet-forum.$topic_status_subs $topic_status]
set object_type [db_string get_object_type "select acs_object_util__get_object_type(:object_id)" -default 0]
set object_view_url ""
if {[info exists biz_url_hash($object_type)]} { set object_view_url $biz_url_hash($object_type)}
......
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