Changeset 8100 for temp


Ignore:
Timestamp:
2006/11/09 19:41:39 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/data/downloads/module/mdl_epsilon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php

    r8099 r8100  
    198198    (in_array(1, (array)$_POST["payment"])) ? $cre = "1" : $cre = "0"; 
    199199    (in_array(2, (array)$_POST["payment"])) ? $con = "1" : $con = "0"; 
    200     $st_code = $cre . "0" . $con . "00-0000-00000"; 
     200    $st_code = $cre . "1" . $con . "00-0000-00000"; 
    201201     
    202202    // Á÷¿®¥Ç¡¼¥¿À¸À® 
Note: See TracChangeset for help on using the changeset viewer.