summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/functions.php b/include/functions.php
index a70b4ac44..f1cce0bbf 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -396,12 +396,6 @@
return uniqid(base_convert(rand(), 10, 36));
}
- function trim_array($array) {
- $tmp = $array;
- array_walk($tmp, 'trim');
- return $tmp;
- }
-
function T_sprintf() {
$args = func_get_args();
return vsprintf(__(array_shift($args)), $args);