Changeset 14064 for branches/dev


Ignore:
Timestamp:
2007/06/01 11:50:27 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r14062 r14064  
    206206            $sql_where = ""; 
    207207            //¥É¥á¥¤¥ó»ØÄê¡££±¤Ï»ØÄꤷ¤Ê¤¤¡¢£²¤Ï£Ð£Ã¡¢£³¤Ï·ÈÂÓ 
    208             if ( is_numeric($this->arrSql['domain']) > 1 ) { 
     208            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] > 1) { 
    209209                foreach($arrDomainType as $val) { 
    210210                    if($this->arrSql['domain'] == '2') { 
Note: See TracChangeset for help on using the changeset viewer.