Index: openacs-4/packages/file-storage/www/url-goto.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/url-goto.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/file-storage/www/url-goto.tcl 17 May 2003 10:39:54 -0000 1.4 +++ openacs-4/packages/file-storage/www/url-goto.tcl 24 Sep 2003 12:38:23 -0000 1.5 @@ -12,7 +12,7 @@ ad_require_permission $url_id read # Check the URL -set url [db_string select_url "select url from fs_urls where url_id= :url_id" -default ""] +set url [db_string select_url {} -default {}] if {![empty_string_p $url]} { ad_returnredirect $url