Commit 05cbc110 authored by cvs2svn's avatar cvs2svn

This commit was manufactured by cvs2svn to create branch 'b3-2-patches'.

Sprout from cognovis 2005-04-18 19:21:19 UTC Frank Bergmann  <frank.bergmann@project-open.com> 'Initial Import'
Cherrypick from master 2007-02-19 22:30:35 UTC Frank Bergmann  <frank.bergmann@project-open.com> '- removed financial reporting from reporting':
    www/apm/packages-install-4.tcl
parent 021887b3
Pipeline #26 failed with stages
......@@ -22,6 +22,7 @@ ns_write "[apm_header "Package Installation"]
<ul>
"
# We have a set of SQL files that need to be sourced at the appropriate time.
set sql_files [list]
foreach index $sql_file {
......@@ -31,6 +32,7 @@ foreach index $sql_file {
set installed_count 0
foreach pkg_info $pkg_install_list {
set spec_file [pkg_info_spec $pkg_info]
set package_path [pkg_info_path $pkg_info]
......@@ -71,6 +73,9 @@ foreach pkg_info $pkg_install_list {
set enable_p [expr [lsearch -exact $pkg_enable_list $package_key] != -1]
# ad_return_complaint 1 "apm_package_install -enable=$enable_p -package_path $package_path -callback apm_ns_write_callback -load_data_model -data_model_files $data_model_files -mount_path $selected_mount_path $spec_file"
set version_id [apm_package_install \
-enable=$enable_p \
-package_path $package_path \
......
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