- Timestamp:
- 2006/10/13 09:57:50 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6212 r6213 437 437 print("nas"); 438 438 } 439 440 $objQuery = new SC_Query(); 441 $arrRet = $objQuery->select("shop_name, email01", "dtb_baseinfo"); 442 $shop_name = $arrRet[0]['shop_name']; 443 $admin_mail = $arrRet[0]['email01']; 439 if($ret) { 440 $objQuery = new SC_Query(); 441 $arrRet = $objQuery->select("shop_name, email01", "dtb_baseinfo"); 442 $shop_name = $arrRet[0]['shop_name']; 443 $admin_mail = $arrRet[0]['email01']; 444 } 444 445 } 445 446
Note: See TracChangeset
for help on using the changeset viewer.
