Index: branches/dev/data/module/MDB2.php
===================================================================
--- branches/dev/data/module/MDB2.php	(revision 15954)
+++ branches/dev/data/module/MDB2.php	(revision 15955)
@@ -929,4 +929,5 @@
         if (!@ini_get('safe_mode')) {
              $dirs = explode(PATH_SEPARATOR, ini_get('include_path'));
+             
              foreach ($dirs as $dir) {
                  if (is_readable($dir . DIRECTORY_SEPARATOR . $file)) {
@@ -935,5 +936,4 @@
             }
         } else {
-            sfprintr($file);
             $fp = @fopen($file, 'r', true);
             if (is_resource($fp)) {
