Changeset 1464
- Timestamp:
- 05/09/06 01:26:34 (3 years ago)
- Location:
- trunk/rss
- Files:
-
- 2 modified
-
author.php (modified) (1 diff)
-
schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/author.php
r1463 r1464 45 45 $sqlWhere = " i.author like '$a' "; 46 46 $numItems = getConfig('rss.output.frontpage.numitems'); 47 $authorItems->populate($sqlWhere, 0, $numItems);47 $authorItems->populate($sqlWhere, "", 0, $numItems); 48 48 $authorItems->setTitle($t); 49 49 $authorItems->setRenderOptions(IL_NO_COLLAPSE|IL_TITLE_NO_ESCAPE); -
trunk/rss/schema.php
r1425 r1464 510 510 KEY url (url), 511 511 KEY guid(guid(10)), 512 KEY cid (cid) 512 KEY cid (cid), 513 KEY author (author) 513 514 ) TYPE=MyISAM; 514 515 _SQL_
