diff --git a/phpgwapi/inc/class.translation_sql.inc.php b/phpgwapi/inc/class.translation_sql.inc.php
index d7c1fa3f0d..376aba063f 100644
--- a/phpgwapi/inc/class.translation_sql.inc.php
+++ b/phpgwapi/inc/class.translation_sql.inc.php
@@ -329,7 +329,7 @@
}
foreach($langs as $lang)
{
- echo '
Working on: ' . $lang;
+ //echo '
Working on: ' . $lang;
$addlang = False;
if ($upgrademethod == 'addonlynew')
{
@@ -362,7 +362,7 @@
//echo '
Checking in: ' . $app['name'];
if($GLOBALS['phpgw_setup']->app_registered($app) && file_exists($appfile))
{
- echo '
Including: ' . $appfile;
+ //echo '
Including: ' . $appfile;
$lines = file($appfile);
foreach($lines as $line)
{
@@ -378,7 +378,7 @@
}
$charset = @$raw['common']['charset'] ? $raw['common']['charset'] : $this->charset($lang);
//echo "
lang='$lang', charset='$charset', system_charset='$this->system_charset')
\n"; -echo "raw($lang)=
".print_r($raw,True)."\n"; + //echo "
raw($lang)=
".print_r($raw,True)."\n"; foreach($raw as $app_name => $ids) { foreach($ids as $message_id => $content) @@ -468,7 +468,7 @@ echo "
raw($lang)=
".print_r($raw,True)."\n"; { // update all langs $installed = $this->get_installed_langs(); - echo "
install_langs(".print_r($installed,True).")
\n"; + //echo "install_langs(".print_r($installed,True).")
\n"; $this->install_langs($installed ? array_keys($installed) : array()); break; }