Ignore:
Timestamp:
2013/03/09 18:40:25 (11 years ago)
Author:
tao
Message:

とりあえず国マスタと会員情報に国IDを追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tax/html/install/index.php

    r22619 r22637  
    3131    while (ob_end_clean()); 
    3232} 
     33 
     34define("DEFAULT_COUNTRY_ID",392); 
     35 
    3336require_once HTML_REALDIR . HTML2DATA_DIR . 'require_base.php'; 
    3437ob_start(); 
     
    577580    $sqlval['mypage_tpl'] = 'default1'; 
    578581    $sqlval['update_date'] = 'CURRENT_TIMESTAMP'; 
     582    $sqlval['country_id'] = DEFAULT_COUNTRY_ID; 
    579583    $objQuery = new SC_Query($arrDsn); 
    580584    $cnt = $objQuery->count('dtb_baseinfo'); 
Note: See TracChangeset for help on using the changeset viewer.