Index: temp/test-xoops.ec-cube.net/html/modules/mylinks/modlink.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/mylinks/modlink.php	(revision 657)
+++ temp/test-xoops.ec-cube.net/html/modules/mylinks/modlink.php	(revision 661)
@@ -80,10 +80,7 @@
 	$xoopsTpl->assign('lang_requestmod', _MD_REQUESTMOD);
 	list($cid, $title, $url, $logourl, $developer, $release_date, $development_time, $site_status, $customize_flag) = $xoopsDB->fetchRow($result);
-echo $site_status;
-echo $customize_flag;
-	
 	$result2 = $xoopsDB->query("SELECT description FROM ".$xoopsDB->prefix("mylinks_text")." WHERE lid=$lid");
 	list($description)=$xoopsDB->fetchRow($result2);
-	$xoopsTpl->assign('link', array('id' => $lid, 'rating' => number_format($rating, 2), 'title' => $myts->htmlSpecialChars($title), 'url' => $myts->htmlSpecialChars($url), '$logourl' => $myts->htmlSpecialChars($logourl), 'updated' => formatTimestamp($time,"m"), 'description' => $myts->htmlSpecialChars($description), 'adminlink' => $adminlink, 'hits' => $hits, 'votes' => $votestring, 'developer' => $developer, 'release_date' => $release_date, 'development_time' => $development_time, 'site_status' => $site_status, 'customize_flag' => $customize));
+	$xoopsTpl->assign('link', array('id' => $lid, 'rating' => number_format($rating, 2), 'title' => $myts->htmlSpecialChars($title), 'url' => $myts->htmlSpecialChars($url), '$logourl' => $myts->htmlSpecialChars($logourl), 'updated' => formatTimestamp($time,"m"), 'description' => $myts->htmlSpecialChars($description), 'adminlink' => $adminlink, 'hits' => $hits, 'votes' => $votestring, 'developer' => $developer, 'release_date' => $release_date, 'development_time' => $development_time, 'site_status' => $site_status, 'customize_flag' => $customize_flag));
 	$xoopsTpl->assign('lang_linkid', _MD_LINKID);
 	$xoopsTpl->assign('lang_sitetitle', _MD_SITETITLE);
