Index: branches/dev/data/module/MDB2/Extended.php
===================================================================
--- branches/dev/data/module/MDB2/Extended.php	(revision 15918)
+++ branches/dev/data/module/MDB2/Extended.php	(revision 15984)
@@ -499,5 +499,5 @@
             return $db->queryAll($query, $types, $fetchmode, $rekey, $force_array, $group);
         }
-
+        
         $stmt = $db->prepare($query, $param_types, $types);
         if (PEAR::isError($stmt)) {
@@ -509,5 +509,5 @@
             return $result;
         }
-
+        
         $all = $result->fetchAll($fetchmode, $rekey, $force_array, $group);
         $stmt->free();
