# HG changeset patch # User Matti Hamalainen # Date 1614084137 -7200 # Node ID f55dc6599308ba32a5a3ae50cea1bfda4bc50e79 # Parent 3904fcfeeb9a51275ea0c5aa17f4baa3a98a4bcf quotedb: Cleanup. diff -r 3904fcfeeb9a -r f55dc6599308 quotedb.tcl --- a/quotedb.tcl Tue Feb 23 14:41:42 2021 +0200 +++ b/quotedb.tcl Tue Feb 23 14:42:17 2021 +0200 @@ -325,7 +325,7 @@ qdb_handle eval $usql { if {[string range $uquote 0 3] == "img:"} { - set uquote "$urlprefix[string range $uquote 4 end]" + set uquote "${urlprefix}[string range $uquote 4 end]" } qdb_msg $ucmd $utable $upublic $unick $uchan "fmt_get" [list $quoteID $uquote $uuser [utl_ctime $utime] $uvote] return 1