Index: temp/test-xoops.ec-cube.net/html/modules/mylinks/index.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/mylinks/index.php	(revision 642)
+++ temp/test-xoops.ec-cube.net/html/modules/mylinks/index.php	(revision 643)
@@ -99,9 +99,4 @@
 $xoopsTpl->assign('lang_new_open', _MD_NEW_OPEN);
 $xoopsTpl->assign('lang_renewal', _MD_RENEWAL);
-
-define("_MD_NEW_OPEN","¿·µ¬¹½ÃÛ: ");
-define("_MD_RENEWAL","¥ê¥Ë¥å¡¼¥¢¥ë: ");
-define("_MD_ON","¤¢¤ê");
-define("_MD_OFF","¤Ê¤·");
 	
 $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.status>0 and l.lid=t.lid ORDER BY date DESC", $xoopsModuleConfig['newlinks'], 0);
