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.1 -r1.2 --- openacs-4/packages/acs-authentication/tcl/driver-procs.tcl 27 Aug 2003 15:48:23 -0000 1.1 +++ openacs-4/packages/acs-authentication/tcl/driver-procs.tcl 29 Aug 2003 15:22:21 -0000 1.2 @@ -82,11 +82,5 @@ @author Simon Carstensen (simon@collaboraid.biz) @creation-date 2003-08-27 } { - db_dml set_parameter { - update auth_driver_params - set value = :value - where key = :parameter - and impl_id = :impl_id - and authority_id = :authority_id - } + db_dml set_parameter {} -clobs [list $value] }