Changeset 13794


Ignore:
Timestamp:
2007/05/30 16:16:11 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/order/index.php

    r13718 r13794  
    8989             
    9090            switch ($key) { 
    91                 case 'search_ordername': 
     91                case 'search_order_name': 
    9292                    if(DB_TYPE == "pgsql"){ 
    9393                        $where .= " AND order_name01||order_name02 ILIKE ?"; 
     
    250250            $objPage->arrPagenavi = $objNavi->arrPagenavi; 
    251251             
    252             if($_POST['mode'] == 'search') { 
    253                 if($_POST['order_name']) { 
    254                     if(DB_TYPE == "pgsql"){ 
    255                         $where .= " AND order_name01||order_name02 ILIKE ?"; 
    256                 }elseif(DB_TYPE == "mysql"){ 
    257                         $where .= " AND concat(order_name01,order_name02) ILIKE ?"; 
    258                 } 
    259252            $nonsp_val = ereg_replace("[ ¡¡]+","",$val); 
    260253            $arrval[] = "%$nonsp_val%"; }} 
Note: See TracChangeset for help on using the changeset viewer.