diff options
Diffstat (limited to 'inc/functions.php')
-rw-r--r-- | inc/functions.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/functions.php b/inc/functions.php index c6cde82f..7db9e909 100644 --- a/inc/functions.php +++ b/inc/functions.php | |||
@@ -110,8 +110,6 @@ function get_external_file($url) | |||
110 | */ | 110 | */ |
111 | function prepare_url($url) | 111 | function prepare_url($url) |
112 | { | 112 | { |
113 | global $msg; | ||
114 | |||
115 | $parametres = array(); | 113 | $parametres = array(); |
116 | $url = html_entity_decode(trim($url)); | 114 | $url = html_entity_decode(trim($url)); |
117 | 115 | ||