Index: branches/dev/data/class/SC_DbConn.php
===================================================================
--- branches/dev/data/class/SC_DbConn.php	(revision 15992)
+++ branches/dev/data/class/SC_DbConn.php	(revision 15993)
@@ -128,9 +128,9 @@
 
 		if ( $arr ){
-			//$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC);
-            $result = $this->conn_mdb2->extended->getAll($n, null, $arr, null, DB_FETCHMODE_ASSOC, false);
-		} else {
-			//$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC);
-            $result = $this->conn_mdb2->extended->getAll($n, null, null, null, DB_FETCHMODE_ASSOC, false);
+			$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC);
+            //$result = $this->conn_mdb2->extended->getAll($n, null, $arr, null, DB_FETCHMODE_ASSOC, false);
+		} else {
+			$result = $this->conn->getAll($n, DB_FETCHMODE_ASSOC);
+            //$result = $this->conn_mdb2->extended->getAll($n, null, null, null, DB_FETCHMODE_ASSOC, false);
 		}
         
