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]
This commit is contained in:
Denis Flaven
2010-08-23 17:01:40 +00:00
parent b3777568e6
commit d0cfd699a4

View File

@@ -648,7 +648,7 @@ abstract class DBObject
}
}
}
return true;
return $oAtt->CheckValue($toCheck); // Check the format
}
// check attributes together