summaryrefslogtreecommitdiff
path: root/translator/func.php
diff options
context:
space:
mode:
authoryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-26 19:24:31 +0000
committeryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-26 19:24:31 +0000
commit9464e0bbb5fc0c4ebf80886e527a09e720986754 (patch)
tree6a0791fbaa71d7b98ef53e5bd69d79d629b84889 /translator/func.php
parentab557a29662624bb5cdb8fc050e6555bb8926b27 (diff)
typos - debug
git-svn-id: https://svn.roundcube.net/trunk@3566 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'translator/func.php')
-rw-r--r--translator/func.php4
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
+?>