From 598d1ecda853702225429432c0dec3faa3f5ad82 Mon Sep 17 00:00:00 2001 From: PayBas Date: Sat, 19 Apr 2014 12:24:08 +0200 Subject: [PATCH] [ticket/12411] Corrected event vars description PHPBB3-12411 --- phpBB/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/search.php b/phpBB/search.php index 2b616c40fa..b9454ea792 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -1012,9 +1012,9 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @var string folder_alt The alt attribute of the topic folder img * @var int topic_type The topic type * @var int unread_topic Whether the topic has unread posts - * @var int topic_unapproved Whether the topic is unapproved + * @var bool topic_unapproved Whether the topic is unapproved * @var int posts_unapproved The number of unapproved posts - * @var int topic_deleted Whether the topic has been deleted + * @var bool topic_deleted Whether the topic has been deleted * @var string u_mcp_queue The URL to the corresponding MCP queue page * @var array zebra The zebra data of the current user * @var array attachments All the attachments of the search results