From 7363643128c8a2c474615a8140cd7dc917d2784f Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 15 Oct 2003 12:29:27 +0000 Subject: [PATCH] removed stupid debug messages --- phpgwapi/inc/class.translation_sql.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; }