[geeklogjp-devel 329] Issue 64 in geeklog-jp: ファイル管理プラグイン(filemgmt): RSS書き出し順が古い順

Back to archive index

codes****@googl***** codes****@googl*****
2009年 3月 29日 (日) 10:18:45 JST


Updates:
	Status: Feedback
	Labels: Maintainability

Comment #1 on issue 64 by mystralkk: ファイル管理プラグイン(filemgmt):  
RSS書き出し順が古い順
http://code.google.com/p/geeklog-jp/issues/detail?id=64

非公開領域/filemgmt/functions.incの646行目を

     $sql = "SELECT lid,title,submitter,date FROM
{$_FM_TABLES['filemgmt_filedetail']}" . filemgmt_buildSql ($F['topic'],  
$F['limits']);

から

     $sql = "SELECT lid,title,submitter,date FROM  
{$_FM_TABLES['filemgmt_filedetail']}
ORDER BY date DESC " . filemgmt_buildSql ($F['topic'], $F['limits']);

に変えればOKです。

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




Geeklogjp-devel メーリングリストの案内
Back to archive index