Changeset 12196 for branches/dev/html


Ignore:
Timestamp:
2007/04/26 09:23:01 (16 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/entry/index.php

    r11675 r12196  
    2020$objPage = new LC_Page(); 
    2121$objView = new SC_SiteView(); 
     22$objSiteInfo = $objView->objSiteInfo; 
     23$arrInfo = $objSiteInfo->data; 
    2224$objCustomer = new SC_Customer(); 
    2325$objCampaignSess = new SC_CampaignSession(); 
     
    183185function lfRegistData ($array, $arrRegistColumn, $arrRejectRegistColumn, $confirm_flg) { 
    184186    global $objConn; 
    185      
     187    global $arrInfo; 
     188 
    186189    // ÅÐÏ¿¥Ç¡¼¥¿¤ÎÀ¸À® 
    187190    foreach ($arrRegistColumn as $data) { 
     
    228231        } 
    229232        $arrRegist["status"] = "2";             // Ëܲñ°÷ 
     233        $arrRegist["status"] = $arrInfo['welcome_point']; 
    230234    } 
    231235     
Note: See TracChangeset for help on using the changeset viewer.