Index: /branches/dev/data/class/SC_CustomerList.php
===================================================================
--- /branches/dev/data/class/SC_CustomerList.php	(revision 12525)
+++ /branches/dev/data/class/SC_CustomerList.php	(revision 12526)
@@ -251,7 +251,5 @@
             }  
         }  
-print_r($this->arrSql);
-print_r($this->arrVal);
-		
+
 		//¡¡HTML-mail¡ÊÇÛ¿®Êý¼°)
 		if ( $mode == 'magazine' ){
Index: /branches/dev/data/class/SC_SelectSql.php
===================================================================
--- /branches/dev/data/class/SC_SelectSql.php	(revision 12518)
+++ /branches/dev/data/class/SC_SelectSql.php	(revision 12526)
@@ -197,17 +197,4 @@
 	}
 	
-	function setWhereOR($where){
-		if ($where != "") {		
-			if( $this->where ) {
-	
-				$this->where .= " OR " . $where;
-	
-			} else {
-	
-				$this->where = "WHERE " . $where;
-			}
-		}
-	}
-
 	function setOrder($order){
 		
