Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -r1.19.2.2 -r1.19.2.3 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 14 Jan 2003 13:32:16 -0000 1.19.2.2 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 5 Mar 2003 14:40:42 -0000 1.19.2.3 @@ -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