Commit a622f9ab authored by romanb's avatar romanb

case sensitivity fixed in the compiler.

parent 393093fe
...@@ -44,14 +44,14 @@ class Doctrine_Compiler { ...@@ -44,14 +44,14 @@ class Doctrine_Compiler {
'Connection', 'Connection',
'Connection_Exception', 'Connection_Exception',
'Connection_UnitOfWork', 'Connection_UnitOfWork',
'DB', 'Db',
'DB_Exception', 'Db_Exception',
'DB_EventListener', 'Db_EventListener',
'DB_Event', 'Db_Event',
'DB_EventListener_Chain', 'Db_EventListener_Chain',
'DB_EventListener_Interface', 'Db_EventListener_Interface',
'DB_Profiler', 'Db_Profiler',
'DB_Statement', 'Db_Statement',
'Exception', 'Exception',
'EventListener_Interface', 'EventListener_Interface',
'EventListener', 'EventListener',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment