diff options
author | Damien Lallement <dams@mageia.org> | 2011-02-16 17:00:48 +0000 |
---|---|---|
committer | Damien Lallement <dams@mageia.org> | 2011-02-16 17:00:48 +0000 |
commit | 0a068eb339292f550d5e0edfd5543f82e6b4c056 (patch) | |
tree | d756c48564087d346b5c5cfa3248c298569060f2 /langs.php | |
parent | 5c19e0c44fa098a8f0ae0a5779ab1e57273f5387 (diff) | |
download | www-0a068eb339292f550d5e0edfd5543f82e6b4c056.tar www-0a068eb339292f550d5e0edfd5543f82e6b4c056.tar.gz www-0a068eb339292f550d5e0edfd5543f82e6b4c056.tar.bz2 www-0a068eb339292f550d5e0edfd5543f82e6b4c056.tar.xz www-0a068eb339292f550d5e0edfd5543f82e6b4c056.zip |
remove debug
Diffstat (limited to 'langs.php')
-rw-r--r-- | langs.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -52,7 +52,6 @@ function locale_path($loc,$path) { $filename = $loc."/".$path; $url = "/en/".$path; - echo "filename: $filename-url: $url-loc: $loc-path: $path"; if (file_exists($filename)) { $url = $filename; |