Index: openacs-4/packages/content-includelet/tcl/content-includelet-callback-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/content-includelet/tcl/content-includelet-callback-procs.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/content-includelet/tcl/content-includelet-callback-procs.xql 30 Aug 2008 21:20:05 -0000 1.1 +++ openacs-4/packages/content-includelet/tcl/content-includelet-callback-procs.xql 4 Mar 2009 13:44:47 -0000 1.2 @@ -27,7 +27,7 @@ from layout_element_parameters p, cr_revisions r where r.revision_id = :object_id and p.key like '%_id' - and p.value = r.item_id + and p.value::integer = r.item_id