- Timestamp:
- 2006/12/10 22:02:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/mylinks/modlink.php
r652 r653 80 80 $xoopsTpl->assign('lang_requestmod', _MD_REQUESTMOD); 81 81 list($cid, $title, $url, $logourl, $developer, $release_date, $development_time, $site_status, $customize_flag) = $xoopsDB->fetchRow($result); 82 switch($site_status) {83 case 1:84 $site_status = _MD_NEW_OPEN;85 break;86 case 2:87 $site_status = _MD_RENEWAL;88 break;89 default:90 $site_status = _MD_NEW_OPEN;91 }92 82 93 switch($customize_flag) {94 case 1:95 $customize = _MD_ON;96 break;97 case 2:98 $customize = _MD_OFF;99 break;100 default:101 $customize = _MD_OFF;102 }103 104 83 105 84 $result2 = $xoopsDB->query("SELECT description FROM ".$xoopsDB->prefix("mylinks_text")." WHERE lid=$lid");
Note: See TracChangeset
for help on using the changeset viewer.
