Commit 988708b9 authored by Frank Bergmann's avatar Frank Bergmann

Cosmetic

parent f609533c
......@@ -19,6 +19,7 @@ ad_proc im_wiki_home_component { } {
ad_proc im_wiki_project_component { project_id } {
Wiki component to be shown at the system home page
} {
# Only show wiki portlet for main projects
set parent_id [db_string parent_id "select parent_id from im_projects where project_id = :project_id"]
if {"" ne $parent_id} { return "" }
......
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