diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-25 12:15:44 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-25 12:15:44 +0200 |
commit | b32895308d13d5d9b0cd954fd8ce871a1fa073da (patch) | |
tree | 2a158ed71ab6ebc625dae51fc8f188b1768e5aed /phpBB/search.php | |
parent | 87899b0e140400e23341ea1286d50e330132be90 (diff) | |
download | forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.gz forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.bz2 forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.xz forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.zip |
[ticket/12273] Update since version to 3.1.0-a* style
PHPBB3-12273
Diffstat (limited to 'phpBB/search.php')
-rw-r--r-- | phpBB/search.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/search.php b/phpBB/search.php index fbb4e93089..6364539ab3 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -681,7 +681,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @var string sql_select The SQL SELECT string used by search to get topic data * @var string sql_from The SQL FROM string used by search to get topic data * @var string sql_where The SQL WHERE string used by search to get topic data - * @since 3.1-A1 + * @since 3.1.0-a1 */ $vars = array('sql_select', 'sql_from', 'sql_where'); extract($phpbb_dispatcher->trigger_event('core.search_get_topic_data', compact($vars))); @@ -1004,7 +1004,7 @@ if ($keywords || $author || $author_id || $search_id || $submit) * @event core.search_modify_tpl_ary * @var array row Array with topic data * @var array tpl_ary Template block array with topic data - * @since 3.1-A1 + * @since 3.1.0-a1 */ $vars = array('row', 'tpl_ary'); extract($phpbb_dispatcher->trigger_event('core.search_modify_tpl_ary', compact($vars))); |