Index: branches/dev/data/module/MDB2.php
===================================================================
--- branches/dev/data/module/MDB2.php	(revision 15952)
+++ branches/dev/data/module/MDB2.php	(revision 15953)
@@ -929,4 +929,5 @@
         if (!@ini_get('safe_mode')) {
              $dirs = explode(PATH_SEPARATOR, ini_get('include_path'));
+             sfprintr($dirs);
              foreach ($dirs as $dir) {
                  if (is_readable($dir . DIRECTORY_SEPARATOR . $file)) {
@@ -1863,7 +1864,4 @@
             sfprintr(!MDB2::fileExists($file_name));
             
-            sfprintr($phptype_specific === false);
-            sfprintr(!MDB2::classExists($class_name) && !MDB2::fileExists($file_name));
-            
             if ($phptype_specific === false
                 || (!MDB2::classExists($class_name) && !MDB2::fileExists($file_name))
