Index: openacs-4/packages/imsld/www/imsld-content-serve.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/imsld/www/imsld-content-serve.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/imsld/www/imsld-content-serve.tcl 27 Sep 2006 14:41:35 -0000 1.11 +++ openacs-4/packages/imsld/www/imsld-content-serve.tcl 28 Sep 2006 10:36:02 -0000 1.12 @@ -260,6 +260,7 @@ value as restriction_value from imsld_restrictions where property_id = :property_item_id + and (restriction_type='length' or restriction_type='maxlength' or restriction_type='totaldigits' or restriction_type='enumeration') } { switch $restriction_type { length -