Changeset 13478


Ignore:
Timestamp:
2007/05/28 10:25:06 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13477 r13478  
    425425            $dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"]; 
    426426                     
    427             $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
    428             print_r($dtb_send_customer);exit;//¥È¥ì¡¼¥¹ 
    429         }    
     427             
     428            if(DB_TYPE=="pgsql"){ 
     429                $conn->autoExecute("dtb_send_customer", $dtb_send_customer );                    
     430            }elseif(DB_TYPE=="mysql"){ 
     431                $conn->query("dtb_send_customer", $dtb_send_customer ); 
     432                print_r($dtb_send_customer);exit;//¥È¥ì¡¼¥¹ 
     433            } 
     434        }    
    430435    } 
    431436} 
Note: See TracChangeset for help on using the changeset viewer.