summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/util.inc.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/util.inc.php b/inc/util.inc.php
index e6f4ca8f..671028ed 100644
--- a/inc/util.inc.php
+++ b/inc/util.inc.php
@@ -364,9 +364,5 @@ SADFACE;
@unlink($file);
exit(0);
}
-
- public static function normalizeDn($dn) {
- return preg_replace('/[,;]\s*/', ',', $dn);
- }
}