Commit 41f3619b authored by Frank Bergmann's avatar Frank Bergmann

- replace ad_parameter by im_parameter for OpenACS

parent 397b8c46
......@@ -102,8 +102,8 @@ if {"" == $end_date} {
set package_id 0
set package_key "oryx-ts-extensions"
db_1row get_package_id " select min(package_id) as package_id from apm_packages where package_key = :package_key"
set htmldoc_path [ad_parameter -package_id $package_id htmldoc-path "" "/usr/local/bin/htmldoc"]
set rep_title [ad_parameter -package_id $package_id report-title "" "Your company name"]
set htmldoc_path [im_parameter -package_id $package_id htmldoc-path "" "/usr/local/bin/htmldoc"]
set rep_title [im_parameter -package_id $package_id report-title "" "Your company name"]
# ------------------------------------------------------------
......
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