Index: temp/trunk/data/class/SC_DbConn.php
===================================================================
--- temp/trunk/data/class/SC_DbConn.php	(revision 1328)
+++ temp/trunk/data/class/SC_DbConn.php	(revision 1329)
@@ -77,5 +77,9 @@
 	// SELECTÊ¸¤Î¼Â¹Ô·ë²Ì¤òÁ´¤Æ¼èÆÀ
 	function getAll($n, $arr = ""){
-
+		if(PEAR::isError($this->conn)) {
+			print("DB¤Ø¤ÎÀÜÂ³¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£");
+			return 0;
+		}		
+		
 		if ( $arr ){
 			$result = $this->conn->getAll($n, $arr, DB_FETCHMODE_ASSOC);
