From d0cfd699a4901fafae1088f73afd461916db4d41 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 23 Aug 2010 17:01:40 +0000 Subject: [PATCH] Fixed for Trac #223: when checking the value of an attribute also use the pattern matching defined at the atribute level itself to ensure consistency. SVN:trunk[693] --- core/dbobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 33438af1a..751ec3987 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -648,7 +648,7 @@ abstract class DBObject } } } - return true; + return $oAtt->CheckValue($toCheck); // Check the format } // check attributes together