Changeset 12196 for branches/dev/html
- Timestamp:
- 2007/04/26 09:23:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/entry/index.php
r11675 r12196 20 20 $objPage = new LC_Page(); 21 21 $objView = new SC_SiteView(); 22 $objSiteInfo = $objView->objSiteInfo; 23 $arrInfo = $objSiteInfo->data; 22 24 $objCustomer = new SC_Customer(); 23 25 $objCampaignSess = new SC_CampaignSession(); … … 183 185 function lfRegistData ($array, $arrRegistColumn, $arrRejectRegistColumn, $confirm_flg) { 184 186 global $objConn; 185 187 global $arrInfo; 188 186 189 // ÅÐÏ¿¥Ç¡¼¥¿¤ÎÀ¸À® 187 190 foreach ($arrRegistColumn as $data) { … … 228 231 } 229 232 $arrRegist["status"] = "2"; // Ëܲñ°÷ 233 $arrRegist["status"] = $arrInfo['welcome_point']; 230 234 } 231 235
Note: See TracChangeset
for help on using the changeset viewer.