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 -N --- openacs-4/packages/acs-reference/tcl/acs-reference-procs.tcl 7 Aug 2017 23:47:57 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,21 +0,0 @@ -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.2 2017/08/07 23:47:57 gustafn Exp $ -} - -ad_proc -private acs_reference_get_db_structure { - {-table_name:required} -} { - Query the DB to get the data structure. Utility function. -} { - -} - -# Local variables: -# mode: tcl -# tcl-indent-level: 4 -# indent-tabs-mode: nil -# End: