Index: openacs-4/packages/acs-api-browser/www/plsql-subprograms-all.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/www/plsql-subprograms-all.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-api-browser/www/plsql-subprograms-all.tcl 13 Mar 2001 22:59:26 -0000 1.1 +++ openacs-4/packages/acs-api-browser/www/plsql-subprograms-all.tcl 17 Feb 2002 22:10:12 -0000 1.2 @@ -8,18 +8,11 @@ @cvs-id $Id$ } -properties { all_subprograms:multirow - pretty_plurals:onerow } # Organize the subprograms under three headings: FUNCTION, PROCEDURE, # and PACKAGE. -# We use this array to prettify the headings. -# -set pretty_plurals(PACKAGE) "Packages" -set pretty_plurals(PROCEDURE) "Procedures" -set pretty_plurals(FUNCTION) "Functions" - db_multirow all_subprograms all_subprograms { select object_type as type, object_name as name from user_objects