Index: openacs-4/packages/xowiki/www/ckeditor-images/thumb-view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/ckeditor-images/thumb-view.tcl,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/xowiki/www/ckeditor-images/thumb-view.tcl 13 Sep 2012 16:05:34 -0000 1.4 +++ openacs-4/packages/xowiki/www/ckeditor-images/thumb-view.tcl 11 Feb 2014 11:58:20 -0000 1.4.2.1 @@ -4,7 +4,7 @@ {parent_id ""} } -validate { parent_id_exists -requires {parent_id} { - if {[db_0or1row object_exists "select item_id from cr_items where item_id =:parent_id"] == 0} { + if {[xo::dc 0or1row object_exists "select item_id from cr_items where item_id =:parent_id"] == 0} { #ad_complain "Das angegebene Objekt existiert nicht." } }