Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.87 -r1.88 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 23 Mar 2007 08:18:10 -0000 1.87 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 23 Mar 2007 11:36:06 -0000 1.88 @@ -600,7 +600,8 @@ } if {$description eq "" && $revision_id > 0} { set description [db_string get_description_from_syndication \ - "select body from syndication where object_id = $revision_id"] + "select body from syndication where object_id = $revision_id" \ + -default ""] } return $description }