Index: openacs-4/packages/acs-authentication/tcl/driver-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/driver-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-authentication/tcl/driver-procs.tcl 29 Dec 2017 10:46:39 -0000 1.10 +++ openacs-4/packages/acs-authentication/tcl/driver-procs.tcl 29 Dec 2017 11:22:07 -0000 1.11 @@ -17,7 +17,7 @@ # ##### -ad_proc -public auth::driver::get_parameters { +ad_proc -public auth::driver::get_parameters { {-impl_id:required} } { Returns a list of names of parameters for the driver @@ -88,15 +88,15 @@ @creation-date 2003-08-27 } { set exists_p [db_string param_exists_p {}] - + if { $exists_p } { db_dml update_parameter {} -clobs [list $value] } else { db_dml insert_parameter {} -clobs [list $value] } } -ad_proc -public auth::driver::GetParameters { +ad_proc -public auth::driver::GetParameters { {-impl_id:required} } { Returns a list of names of parameters for the driver