Index: openacs-4/packages/acs-tcl/lib/page-error.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/page-error.xql,v diff -u -N -r1.1 -r1.1.18.1 --- openacs-4/packages/acs-tcl/lib/page-error.xql 25 Feb 2005 16:30:59 -0000 1.1 +++ openacs-4/packages/acs-tcl/lib/page-error.xql 2 Jan 2016 01:20:50 -0000 1.1.18.1 @@ -17,33 +17,33 @@ - + select bug_id from bt_auto_bugs where error_file =:error_file and package_id = :bug_package_id - + insert into bt_auto_bugs(bug_id, package_id, error_file) values (:bug_id, :bug_package_id, :error_file) - + update bt_auto_bugs set times_reported = times_reported + 1 where bug_id = :bug_id - + select times_reported from bt_auto_bugs where bug_id = :bug_id - \ No newline at end of file + Index: openacs-4/packages/acs-tcl/tcl/apm-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs-oracle.xql,v diff -u -N -r1.17 -r1.17.8.1 --- openacs-4/packages/acs-tcl/tcl/apm-procs-oracle.xql 25 Mar 2010 01:02:16 -0000 1.17 +++ openacs-4/packages/acs-tcl/tcl/apm-procs-oracle.xql 2 Jan 2016 01:20:51 -0000 1.17.8.1 @@ -151,18 +151,7 @@ - - - - - select decode(count(*), 0, 0, 1) from apm_package_versions - where package_key = :package_key - and version_name = :version_name - - - - Index: openacs-4/packages/acs-tcl/tcl/apm-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.xql,v diff -u -N -r1.28.8.1 -r1.28.8.2 --- openacs-4/packages/acs-tcl/tcl/apm-procs.xql 9 Sep 2015 14:12:38 -0000 1.28.8.1 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.xql 2 Jan 2016 01:20:51 -0000 1.28.8.2 @@ -20,18 +20,6 @@ - - - select apd.service_uri - from apm_package_versions apv, apm_package_dependencies apd - where apv.package_key = :package_key - and apv.installed_p = 't' - and apd.version_id = apv.version_id - and apd.dependency_type in ('extends', 'embeds') - order by apd.dependency_id - - - select inherit_templates_p Index: openacs-4/packages/acs-tcl/tcl/apm-xml-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-xml-procs.xql,v diff -u -N -r1.10 -r1.10.6.1 --- openacs-4/packages/acs-tcl/tcl/apm-xml-procs.xql 17 Oct 2010 21:06:09 -0000 1.10 +++ openacs-4/packages/acs-tcl/tcl/apm-xml-procs.xql 2 Jan 2016 01:20:51 -0000 1.10.6.1 @@ -56,15 +56,6 @@ - - - select type, - proc - from apm_package_callbacks - where version_id = :version_id - - -