From 5f0b6cd1cd715643555079586c33afc87dbc409d Mon Sep 17 00:00:00 2001 From: zYne Date: Wed, 17 Oct 2007 19:38:53 +0000 Subject: [PATCH] fixed VALIDATE_ALL constant value --- lib/Doctrine.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Doctrine.php b/lib/Doctrine.php index 2bcd68757..0c8dc02b1 100644 --- a/lib/Doctrine.php +++ b/lib/Doctrine.php @@ -363,7 +363,7 @@ final class Doctrine const VALIDATE_CONSTRAINTS = 4; - const VALIDATE_ALL = 5; + const VALIDATE_ALL = 7; /** * constant for auto_increment identifier @@ -645,4 +645,4 @@ final class Doctrine return true; } -} \ No newline at end of file +}