Changeset 12526


Ignore:
Timestamp:
2007/05/10 20:44:33 (17 years ago)
Author:
matsumoto
Message:
 
Location:
branches/dev/data/class
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_CustomerList.php

    r12525 r12526  
    251251            }   
    252252        }   
    253 print_r($this->arrSql); 
    254 print_r($this->arrVal); 
    255          
     253 
    256254        //¡¡HTML-mail¡ÊÇÛ¿®Êý¼°) 
    257255        if ( $mode == 'magazine' ){ 
  • branches/dev/data/class/SC_SelectSql.php

    r12518 r12526  
    197197    } 
    198198     
    199     function setWhereOR($where){ 
    200         if ($where != "") {      
    201             if( $this->where ) { 
    202      
    203                 $this->where .= " OR " . $where; 
    204      
    205             } else { 
    206      
    207                 $this->where = "WHERE " . $where; 
    208             } 
    209         } 
    210     } 
    211  
    212199    function setOrder($order){ 
    213200         
Note: See TracChangeset for help on using the changeset viewer.