Commit e75363e5 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed OpenACS 5.9 bug

parent 918e80df
......@@ -6,7 +6,7 @@
<querytext>
select parameter_name, coalesce(description, 'No Description') as description, datatype,
default_value, parameter_id, coalesce(section_name, 'No Section') as section_name
default_value, parameter_id, coalesce(section_name, 'No Section') as section_name, scope
from apm_parameters
where package_key = :package_key
$sql_clauses
......
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