diff options
Diffstat (limited to 'translator/func.php')
| -rw-r--r-- | translator/func.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translator/func.php b/translator/func.php index 514de74fc..9d9ec2883 100644 --- a/translator/func.php +++ b/translator/func.php @@ -42,7 +42,7 @@ function update_from_svn($lang, $file) $headers = true; if ($fp && !$err && ($fl = @fopen(LANGDIR."$lang_prefix$file", 'w'))) { - echo '<!-- Update from SVN: ' . $lang_dir.$file . "-->\n"; + // echo '<!-- Update from SVN: ' . $lang_dir.$file . "-->\n"; while (!feof($fp)) { $line = fgets($fp, 4096); @@ -227,4 +227,4 @@ if (!empty($lang) && !empty($file)) unset($labels, $messages); } -?>
\ No newline at end of file +?> |
