Index: openacs-4/packages/file-storage/www/version-delete.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/version-delete.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/file-storage/www/version-delete.tcl 25 Aug 2001 00:38:54 -0000 1.2 +++ openacs-4/packages/file-storage/www/version-delete.tcl 28 Aug 2001 03:49:01 -0000 1.3 @@ -52,7 +52,7 @@ # actually remove the entry in cr_items (I guess this is the reason why CR does not # actually delete the item even if there are no more revisions for it). if [db_string deleted_last_revision " - select (case when live_revision = null + select (case when live_revision is null then 1 else 0 end)