Index: /branches/dev/data/class/SC_DbConn.php
===================================================================
--- /branches/dev/data/class/SC_DbConn.php	(revision 15987)
+++ /branches/dev/data/class/SC_DbConn.php	(revision 15988)
@@ -129,8 +129,8 @@
 		if ( $arr ){
 			//$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC);
-            $result = $this->conn_mdb2->extended->getAll($n, null, $arr, null, DB_FETCHMODE_ASSOC, true);
+            $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, true);
+            $result = $this->conn_mdb2->extended->getAll($n, null, null, null, DB_FETCHMODE_ASSOC, false);
 		}
         
