Index: /branches/dev/data/class/SC_DbConn.php
===================================================================
--- /branches/dev/data/class/SC_DbConn.php	(revision 15930)
+++ /branches/dev/data/class/SC_DbConn.php	(revision 15932)
@@ -120,9 +120,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);
 		}
 		
