Changeset 8361 for temp/trunk
- Timestamp:
- 2006/11/16 13:23:55 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/downloads/module/mdl_epsilon/mdl_epsilon.php (modified) (2 diffs)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php
r8334 r8361 100 100 ,"memo04" => $visa . $jcb . "000-0000-00000" 101 101 ,"del_flg" => "0" 102 ,"charge_flg" => "2" 103 ,"rule_min" => "0" 104 ,"upper_rule_max" => "500000" 105 102 106 ); 103 107 } … … 120 124 ,"memo05" => $convenience 121 125 ,"del_flg" => "0" 126 ,"charge_flg" => "2" 127 ,"rule_min" => "0" 128 ,"upper_rule_max" => "500000" 122 129 ); 123 130 } -
temp/trunk/html/install/index.php
r8265 r8361 781 781 782 782 // »Ùʧ¾ðÊ󥯡¼¥Ö¥ë 783 sfColumnExists("dtb_payment", "charge_flg", "int2 default 1", $dsn, true); 784 sfColumnExists("dtb_payment", "rule_min", "numeric", $dsn, true); 785 sfColumnExists("dtb_payment", "upper_rule_max", "numeric", $dsn, true); 783 786 sfColumnExists("dtb_payment", "module_id", "int4", $dsn, true); 784 787 sfColumnExists("dtb_payment", "module_path", "text", $dsn, true);
Note: See TracChangeset
for help on using the changeset viewer.
