diff --git a/phpBB/includes/acp/acp_send_statistics.php b/phpBB/includes/acp/acp_send_statistics.php index 4bfacfdb50..1549157041 100644 --- a/phpBB/includes/acp/acp_send_statistics.php +++ b/phpBB/includes/acp/acp_send_statistics.php @@ -2,7 +2,7 @@ /** * * @package acp -* @version $Id: acp_ranks.php 8479 2008-03-29 00:22:48Z naderman $ +* @version $Id$ * @copyright (c) 2005 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @@ -66,28 +66,6 @@ class acp_send_statistics } } } - - /** - * Output the data as an HTML Definition List. - * - * @param mixed - * @param string - * @param string - * @return void - */ - function data_printer($value, $key) - { - echo '
', htmlentities($key), '
', $ident, "\t", '
'; - if (is_array($value)) - { - $value = htmlentities(serialize($value)); - echo '
'; - echo '
'; - } else { - echo htmlentities($value); - } - echo '
'; - } } ?> \ No newline at end of file