mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
did not have auto props on this machine - removed an unused function from the new acp file
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9699 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
6273718dc5
commit
b07b30f55d
1 changed files with 1 additions and 23 deletions
|
@ -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 '<dt>', htmlentities($key), '</dt>', $ident, "\t", '<dd>';
|
||||
if (is_array($value))
|
||||
{
|
||||
$value = htmlentities(serialize($value));
|
||||
echo '<dl>';
|
||||
echo '</dl>';
|
||||
} else {
|
||||
echo htmlentities($value);
|
||||
}
|
||||
echo '</dd>';
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue