Changeset 1606 for branches/multiuser/author.php
- Timestamp:
- 10/16/06 08:11:03 (2 years ago)
- Files:
-
- 1 modified
-
branches/multiuser/author.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/multiuser/author.php
r1604 r1606 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
