Index: branches/dev/data/module/MDB2.php
===================================================================
--- branches/dev/data/module/MDB2.php	(revision 15951)
+++ branches/dev/data/module/MDB2.php	(revision 15952)
@@ -1863,7 +1863,6 @@
             sfprintr(!MDB2::fileExists($file_name));
             
-            sfprintr($phptype_specific === false
-                || (!MDB2::classExists($class_name) && !MDB2::fileExists($file_name))
-            );
+            sfprintr($phptype_specific === false);
+            sfprintr(!MDB2::classExists($class_name) && !MDB2::fileExists($file_name));
             
             if ($phptype_specific === false
