Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/00-database-procs.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 20 Jan 2003 21:04:47 -0000 1.23 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 10 Mar 2003 19:19:14 -0000 1.24 @@ -20,10 +20,12 @@ return [expr { [empty_string_p $db_type] || [string equal [db_type] $db_type] }] } -ad_proc db_package_supports_rdbms_p { db_type_list } { +ad_proc -deprecated db_package_supports_rdbms_p { db_type_list } { Returns 1 if db_type_list contains the current RDMBS type. A package intended to run with a given RDBMS must note this in it's package info file regardless of whether or not it actually uses the database. + + @see apm_package_supports_rdbms_p } { if { [lsearch $db_type_list [db_type]] != -1 } { return 1