1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13803] Renamed methods

PHPBB3-13803
This commit is contained in:
JoshyPHP
2015-05-19 09:48:29 +02:00
parent 54b18df084
commit 75eb283f8d
5 changed files with 11 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ class poll_option extends \phpbb\textreparser\base
/**
* {@inheritdoc}
*/
protected function get_records($min_id, $max_id)
protected function get_records_by_range($min_id, $max_id)
{
$sql = 'SELECT o.topic_id, o.poll_option_id, o.poll_option_text AS text, p.bbcode_uid
FROM ' . POLL_OPTIONS_TABLE . ' o, ' . TOPICS_TABLE . ' t, ' . POSTS_TABLE . ' p