Index: openacs-4/packages/acs-service-contract/tcl/msg-type-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/msg-type-procs.tcl,v diff -u -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/acs-service-contract/tcl/msg-type-procs.tcl 10 Sep 2015 08:21:33 -0000 1.4.2.1 +++ openacs-4/packages/acs-service-contract/tcl/msg-type-procs.tcl 9 Dec 2015 21:21:43 -0000 1.4.2.2 @@ -36,7 +36,7 @@ # It seems like delete by ID doesn't work, because our PG bind thing turns all integers into strings # by wrapping them in single quotes, causing PG to invoke the function for deleting by name - if { $name eq "") } { + if { $name eq "" } { # get msg_type name db_1row select_name { select msg_type_name as name