Changeset 4183
- Timestamp:
- 11/04/09 21:51:56 (4 years ago)
- Files:
-
- 1 modified
-
branches/2.0/comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/comments.php
r4140 r4183 188 188 array( 189 189 'F_ACTION'=>PHPWG_ROOT_PATH.'comments.php', 190 'F_KEYWORD'=> @htmlspecialchars( $_GET['keyword'], ENT_QUOTES, 'utf-8'),191 'F_AUTHOR'=> @htmlspecialchars( $_GET['author'], ENT_QUOTES, 'utf-8'),190 'F_KEYWORD'=> @htmlspecialchars(stripslashes($_GET['keyword'], ENT_QUOTES, 'utf-8')), 191 'F_AUTHOR'=> @htmlspecialchars(stripslashes($_GET['author'], ENT_QUOTES, 'utf-8')), 192 192 ) 193 193 ); … … 258 258 259 259 $query = ' 260 SELECT COUNT(DISTINCT( id))260 SELECT COUNT(DISTINCT(com.id)) 261 261 FROM '.IMAGE_CATEGORY_TABLE.' AS ic 262 262 INNER JOIN '.COMMENTS_TABLE.' AS com
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)