Commit 96b74cb0 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed OpenACS 5.9 error

parent 427da4d0
......@@ -36,7 +36,7 @@ ad_proc -public acs_sc::msg_type::delete {
# 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment