aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2009-06-27 21:08:42 +0000
committerNils Adermann <naderman@naderman.de>2009-06-27 21:08:42 +0000
commitb07b30f55d872b8e7450fe954964ebf534ac2092 (patch)
treed23833ba0988f49920cbaede957d17950d932594
parent6273718dc5a7812b980ca45b20d123e5e0908026 (diff)
downloadforums-b07b30f55d872b8e7450fe954964ebf534ac2092.tar
forums-b07b30f55d872b8e7450fe954964ebf534ac2092.tar.gz
forums-b07b30f55d872b8e7450fe954964ebf534ac2092.tar.bz2
forums-b07b30f55d872b8e7450fe954964ebf534ac2092.tar.xz
forums-b07b30f55d872b8e7450fe954964ebf534ac2092.zip
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
-rw-r--r--phpBB/includes/acp/acp_send_statistics.php24
1 files changed, 1 insertions, 23 deletions
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 '<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>';
- }
}
?> \ No newline at end of file