Changeset 1898265
- Timestamp:
- 06/25/2018 07:32:12 AM (8 years ago)
- Location:
- gnucommerce/trunk
- Files:
-
- 4 edited
-
config.php (modified) (1 diff)
-
gnucommerce.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
shop/order_update_common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gnucommerce/trunk/config.php
r1898170 r1898265 5 5 6 6 public function __construct() { 7 define( 'GC_VERSION', '1.5. 3' );7 define( 'GC_VERSION', '1.5.4' ); 8 8 define( 'GC_NAME', 'gnucommerce' ); 9 9 define( 'GC_OPTION_KEY', 'gc_options' ); //쇼핑몰옵션키 -
gnucommerce/trunk/gnucommerce.php
r1898170 r1898265 5 5 * Author: SIR Soft 6 6 * Author URI: http://sir.kr 7 * Version: 1.5. 37 * Version: 1.5.4 8 8 * Text Domain: SIR Soft 9 9 */ -
gnucommerce/trunk/readme.txt
r1898170 r1898265 5 5 Requires at least: 4.0 6 6 Tested up to: 4.9.2 7 Stable tag: 1.5. 37 Stable tag: 1.5.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
gnucommerce/trunk/shop/order_update_common.php
r1898168 r1898265 811 811 set cp_id = '%s', 812 812 mb_id = '".get_current_user_id()."', 813 od_id = ".gc_bigint_prepare($order_id)." 813 od_id = ".gc_bigint_prepare($order_id).", 814 814 cp_price = %d, 815 815 cl_datetime = '%s' ", $cid, $cp_prc, GC_TIME_YMDHIS);
Note: See TracChangeset
for help on using the changeset viewer.