Changeset 1592
- Timestamp:
- 09/28/06 20:17:17 (2 years ago)
- Location:
- trunk/gregarius
- Files:
-
- 2 modified
-
author.php (modified) (1 diff)
-
util.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/author.php
r1561 r1592 29 29 30 30 $a =trim(sanitize($_REQUEST['author'], RSS_SANITIZER_WORDS)); 31 31 32 list ($ra) = rss_fetch_row(rss_query( 32 33 "select distinct(author) from " .getTable('item') 33 ." where author like'$a'"34 ." where author = '$a'" 34 35 )); 35 36 -
trunk/gregarius/util.php
r1573 r1592 277 277 } 278 278 279 $author = strip_tags($author);279 $author = trim(strip_tags($author)); 280 280 281 281 // pubdate
