Changeset 1673 for trunk/gregarius/cls
- Timestamp:
- 01/15/07 09:21:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/items.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/items.php
r1668 r1673 288 288 ."i.url, i.enclosure, i.author, i.description, c.icon, " 289 289 ." unix_timestamp(ifnull(i.pubdate,i.added)) as ts, " 290 ." i.pubdate is not null as ispubdate, i.id, r.rating "; 290 ." i.pubdate is not null as ispubdate, i.id " 291 ." , null " 292 //.", r.rating " 293 ; 291 294 $this -> _sqlActualFrom = getTable("item") ." i " 292 ." left join " . getTable("rating") ." r on (i.id = r.iid) "295 //." left join " . getTable("rating") ." r on (i.id = r.iid) " 293 296 ." inner join " . getTable("channels")." c on (c.id = i.cid) " 294 297 ." inner join " . getTable("folders") ." f on (f.id = c.parent) ";
