Index: branches/dev/data/class/SC_DbConn.php
===================================================================
--- branches/dev/data/class/SC_DbConn.php	(revision 15934)
+++ branches/dev/data/class/SC_DbConn.php	(revision 15937)
@@ -9,4 +9,5 @@
 require_once($current_dir . "/../module/DB.php");
 require_once($current_dir . "/../module/MDB2.php");
+require_once($current_dir . "/../module/MDB2/Extended.php");
 
 $objDbConn = "";
@@ -121,9 +122,9 @@
 
 		if ( $arr ){
-			//$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC);
-            $result = $this->conn_mdb2->queryAll($n, $arr, DB_FETCHMODE_ASSOC);
-		} else {
-			//$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC);
-            $result = $this->conn_mdb2->queryAll($n, DB_FETCHMODE_ASSOC);
+			$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC);
+            //$result = $this->conn_mdb2->queryAll($n, $arr, DB_FETCHMODE_ASSOC);
+		} else {
+			$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC);
+            //$result = $this->conn_mdb2->queryAll($n, DB_FETCHMODE_ASSOC);
 		}
 		
Index: branches/dev/data/module/MDB2.php
===================================================================
--- branches/dev/data/module/MDB2.php	(revision 15936)
+++ branches/dev/data/module/MDB2.php	(revision 15937)
@@ -380,5 +380,4 @@
     {
         $dsninfo = MDB2::parseDSN($dsn);
-        sfprintr($dsninfo);
         if (empty($dsninfo['phptype'])) {
             $err =& MDB2::raiseError(MDB2_ERROR_NOT_FOUND,
