Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-revision.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-revision.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-revision.sql 30 Mar 2001 03:03:08 -0000 1.5 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-revision.sql 30 Mar 2001 05:31:33 -0000 1.6 @@ -42,7 +42,7 @@ new__item_id ); - -- binary data is stored in cr_revisions using Don's lob hack. + -- binary data is stored in cr_revisions using Dons lob hack. -- This routine only inserts the lob id. It would need to be followed by -- ns_pg blob_dml from within a tcl script to actually insert the lob data. @@ -480,8 +480,8 @@ -- b blob; -- c text; begin - -- FIXME: I can't find an instance in the 4.2 beta code where this - -- is used so I'm not worrying about porting it for now. + -- FIXME: I cannot find an instance in the 4.2 beta code where this + -- is used so I am not worrying about porting it for now. -- DCW - 2001-03-28. raise EXCEPTION ''not implemented content_revision.to_temporary_clob'';