Index: openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl,v diff -u -r1.12 -r1.13 --- openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl 28 Dec 2010 15:21:26 -0000 1.12 +++ openacs-4/packages/acs-content-repository/tcl/content-type-procs.tcl 27 Oct 2014 16:39:11 -0000 1.13 @@ -54,7 +54,7 @@ @param drop_table_p @param drop_objets_p Drop the objects of this content type along with all entries in cr_items and cr_revisions. Will not be done by default. } { - if {$drop_objects_p eq "f"} { + if {$drop_objects_p == "f"} { return [package_exec_plsql -var_list [list \ [list content_type $content_type ] \ [list drop_children_p $drop_children_p ] \