Changeset 13902 for branches/dev/html


Ignore:
Timestamp:
2007/05/31 16:18:00 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13901 r13902  
    104104    // POSTÃͤμèÆÀ 
    105105    $objFormParam->setValue('template_id', $_POST['template_id']); 
    106     if(sfIsInt($_POST['template_id'])) { 
     106    print_r($_POST['template_id']);exit; 
     107    if(sfIsInt($_POST['template_id'])) { 
    107108        $objQuery = new SC_Query(); 
    108109        $where = "template_id = ?"; 
Note: See TracChangeset for help on using the changeset viewer.