- Timestamp:
- 2006/12/10 20:56:38 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/mylinks/index.php
r642 r643 99 99 $xoopsTpl->assign('lang_new_open', _MD_NEW_OPEN); 100 100 $xoopsTpl->assign('lang_renewal', _MD_RENEWAL); 101 102 define("_MD_NEW_OPEN","¿·µ¬¹½ÃÛ: ");103 define("_MD_RENEWAL","¥ê¥Ë¥å¡¼¥¢¥ë: ");104 define("_MD_ON","¤¢¤ê");105 define("_MD_OFF","¤Ê¤·");106 101 107 102 $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);
Note: See TracChangeset
for help on using the changeset viewer.
