commit | 8a4e7e4caeaf172e7c15a8341b80c628862d5562 | [log] [tgz] |
---|---|---|
author | droy <droy> | Fri Jul 18 15:24:53 2008 +0000 |
committer | droy <droy> | Fri Jul 18 15:24:53 2008 +0000 |
tree | f5ebe46b8e24d2e2e7804c29d23b7e6cb5dde5c3 | |
parent | 03e8645338696da0b88a00bdf77350d23999ae77 [diff] [blame] |
Add sanity check
diff --git a/html/global.php b/html/global.php index e4c1a51..b496f1d 100644 --- a/html/global.php +++ b/html/global.php
@@ -170,6 +170,7 @@ * @return string * @since 2008-07-18 */ +if(!function_exists('toescapedunicode')) { function toescapedunicode($str) { $unicode = array(); $values = array(); @@ -204,4 +205,5 @@ } return implode("",$unicode); } +} ?> \ No newline at end of file