Changeset 13394


Ignore:
Timestamp:
2007/05/25 08:43:14 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13242 r13394  
    382382     
    383383    $dtb_send_history = array(); 
    384      
     384    if(DB_TYPE=='pgsql'){ 
    385385    $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id'); 
    386     $dtb_send_history["mail_method"] = $arrData['mail_method']; 
     386    } 
     387    $dtb_send_history["mail_method"] = $arrData['mail_method']; 
    387388    $dtb_send_history["subject"] = $arrData['subject']; 
    388389    $dtb_send_history["body"] = $arrData['body']; 
Note: See TracChangeset for help on using the changeset viewer.