Index: openacs-4/packages/acs-reference/tcl/acs-reference-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-reference/tcl/Attic/acs-reference-procs.tcl,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/acs-reference/tcl/acs-reference-procs.tcl 29 Aug 2001 04:37:15 -0000 1.1 @@ -0,0 +1,15 @@ +ad_library { + Utility procs for working with data in acs-reference + + @author Jon Griffin + @creation-date 2001-08-28 + @cvs-id $Id: acs-reference-procs.tcl,v 1.1 2001/08/29 04:37:15 jong Exp $ +} + +ad_proc -private acs_reference_get_db_structure { + {-table_name:required} +} { + Query the DB to get the data structure. Utility function. +} { + +}