Index: openacs-4/packages/cms/tcl/content-add-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/content-add-procs.xql,v diff -u -N --- openacs-4/packages/cms/tcl/content-add-procs.xql 14 Aug 2001 18:11:30 -0000 1.2 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,19 +0,0 @@ - - - - - select count(*) - from cr_content_mime_type_map - where mime_type like ('%text/%') - and content_type = :content_type - - - - - - select count(*) - from cr_content_mime_type_map - where content_type = :content_type - - -