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.85 -r1.86
--- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl	17 Mar 2007 23:13:21 -0000	1.85
+++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl	21 Mar 2007 15:30:01 -0000	1.86
@@ -599,7 +599,7 @@
       set description [ad_html_text_convert -from text/html -to text/plain -- $content]
     }
     if {$description eq "" && $revision_id > 0} {
-      set description [db_string get_description_from syndication \
+      set description [db_string get_description_from_syndication \
                            "select body from syndication where object_id = $revision_id"]
     }
     return $description