Index: branches/dev/data/module/MDB2.php
===================================================================
--- branches/dev/data/module/MDB2.php	(revision 15963)
+++ branches/dev/data/module/MDB2.php	(revision 15969)
@@ -927,5 +927,4 @@
     {
         // safe_mode does notwork with is_readable()
-/*        
         if (!@ini_get('safe_mode')) {
              $dirs = explode(PATH_SEPARATOR, ini_get('include_path'));
@@ -942,11 +941,4 @@
                 return true;
             }
-        }
-        return false;
-        */
-        $fp = @fopen($file, 'r', true);
-        if (is_resource($fp)) {
-            @fclose($fp);
-            return true;
         }
         return false;
