From 73d5e907a797e976e59f328d4f2fd0b8bfcebde6 Mon Sep 17 00:00:00 2001 From: neoraider Date: Mon, 9 Jan 2006 19:49:02 +0000 Subject: Allgemein ist jetzt alles etwas weiter. Vieles ist jetzt durch Klassen gel?st, und einige andere Teile von Neon sind jetzt besser strukturiert. --- code/util.inc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code/util.inc.php') diff --git a/code/util.inc.php b/code/util.inc.php index 275d3c7..c2a8adf 100644 --- a/code/util.inc.php +++ b/code/util.inc.php @@ -8,6 +8,8 @@ foreach($subst as $key => $value) $tr['$' . $key] = $value; + krsort($tr); + return strtr($string, $tr); } } -- cgit v1.2.3