From 78c3ba652af997f06b30506f49a30c6c936ce8d1 Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 2 Sep 2007 22:08:02 +0000 Subject: [PATCH] --- lib/Doctrine/Manager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Doctrine/Manager.php b/lib/Doctrine/Manager.php index 79d13edaa..733914063 100644 --- a/lib/Doctrine/Manager.php +++ b/lib/Doctrine/Manager.php @@ -112,7 +112,6 @@ class Doctrine_Manager extends Doctrine_Configurable implements Countable, Itera Doctrine::ATTR_LISTENER => new Doctrine_EventListener(), Doctrine::ATTR_RECORD_LISTENER => new Doctrine_Record_Listener(), Doctrine::ATTR_THROW_EXCEPTIONS => true, - Doctrine::ATTR_LOCKMODE => 1, Doctrine::ATTR_VALIDATE => Doctrine::VALIDATE_NONE, Doctrine::ATTR_QUERY_LIMIT => Doctrine::LIMIT_RECORDS, Doctrine::ATTR_IDXNAME_FORMAT => "%s_idx",