* resolve bug#188.

This commit is contained in:
wangchunsheng
2011-11-08 05:42:59 +00:00
parent 94f1c142af
commit 233cd18180

View File

@@ -48,7 +48,7 @@ class releaseModel extends model
->leftJoin(TABLE_BUILD)->alias('t3')->on('t1.build = t3.id')
->where('t1.product')->eq((int)$productID)
->andWhere('t1.deleted')->eq(0)
->orderBy('t1.id DESC')
->orderBy('t1.date DESC')
->fetchAll();
}