From b4b07479e362f06298c7f35e05d9f68fdae2ce90 Mon Sep 17 00:00:00 2001 From: jackbravo Date: Mon, 3 Sep 2007 16:54:08 +0000 Subject: [PATCH] EXPORT_ALL constant should include bits 1 and 2, so it should be set to 3 --- lib/Doctrine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine.php b/lib/Doctrine.php index 51a892d30..b2083a6e4 100644 --- a/lib/Doctrine.php +++ b/lib/Doctrine.php @@ -339,7 +339,7 @@ final class Doctrine /** * export all */ - const EXPORT_ALL = 4; + const EXPORT_ALL = 3; /**