Index: temp/test-xoops.ec-cube.net/html/modules/mylinks/singlelink.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/mylinks/singlelink.php	(revision 882)
+++ temp/test-xoops.ec-cube.net/html/modules/mylinks/singlelink.php	(revision 887)
@@ -34,6 +34,27 @@
 include XOOPS_ROOT_PATH."/header.php";
 
-$result = $xoopsDB->query("select l.lid, l.cid, l.title, l.url, l.logourl, l.status, l.date, l.hits, l.rating, l.votes, l.comments, t.description from ".$xoopsDB->prefix("mylinks_links")." l, ".$xoopsDB->prefix("mylinks_text")." t where l.lid=$lid and l.lid=t.lid and status>0");
-list($lid, $cid, $ltitle, $url, $logourl, $status, $time, $hits, $rating, $votes, $comments, $description) = $xoopsDB->fetchRow($result);
+$result = $xoopsDB->query("select l.lid, l.cid, l.title, l.url, l.logourl, l.status, l.date, l.hits, l.rating, l.votes, l.comments, t.description, l.developer, l.release_date, l.development_time, l.site_status, l.customize_flag from ".$xoopsDB->prefix("mylinks_links")." l, ".$xoopsDB->prefix("mylinks_text")." t where l.lid=$lid and l.lid=t.lid and status>0");
+switch($site_status) {
+	case 1:
+	$site_status = _MD_NEW_OPEN;
+	break;
+	case 2:
+	$site_status = _MD_RENEWAL;
+	break;
+	default:
+	$site_status = _MD_NEW_OPEN;
+}
+	
+switch($customize_flag) {
+	case 1:
+	$customize = _MD_ON;
+	break;
+	case 2:
+	$customize = _MD_OFF;
+	break;
+	default:
+	$customize = _MD_OFF;
+}
+list($lid, $cid, $ltitle, $url, $logourl, $status, $time, $hits, $rating, $votes, $comments, $description, $developer, $release_date, $development_time, $site_status, $customize_flag) = $xoopsDB->fetchRow($result);
 
 $pathstring = "<a href='index.php'>"._MD_MAIN."</a>&nbsp;:&nbsp;";
