Index: temp/trunk/data/class/SC_Query.php
===================================================================
--- temp/trunk/data/class/SC_Query.php	(revision 4672)
+++ temp/trunk/data/class/SC_Query.php	(revision 4695)
@@ -81,4 +81,5 @@
 	
 	function getall($sql, $arrval = array()) {
+		exit();
 		$ret = $this->conn->getAll($sql, $arrval);
 		return $ret;
