Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-postgresql.xql 10 Jun 2003 08:01:48 -0000 1.3 +++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs-postgresql.xql 3 Nov 2003 15:02:23 -0000 1.4 @@ -64,7 +64,7 @@ update cr_revisions - set content_length = dbms_lob__getlength(content) + set content_length = length(content) where revision_id = :revision_id