phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup/bulk.php, 1.1.2.2


From: nomail
Subject: [Phpgroupware-cvs] setup/bulk.php, 1.1.2.2
Date: Sat, 6 Nov 2004 17:13:46 +0100

Update of /setup
Modified Files:
        Branch: Version-0_9_16-branch
          bulk.php

date: 2004/11/06 16:13:46;  author: powerstat;  state: Exp;  lines: +7 -7

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: setup/bulk.php
diff -u setup/bulk.php:1.1.2.1 setup/bulk.php:1.1.2.2
--- setup/bulk.php:1.1.2.1      Mon Nov 24 22:36:09 2003
+++ setup/bulk.php      Sat Nov  6 16:13:46 2004
@@ -81,12 +81,12 @@
                                {
                                        foreach($apps as $key => $appname)
                                        {
-                                               echo $appname . ' status ' . 
$setup_info[$appname]['status'] . ' version ' . 
$setup_info[$appname]['currentver'] .'<br>';
+                                               echo $appname . ' status ' . 
$setup_info[$appname]['status'] . ' version ' . 
$setup_info[$appname]['currentver'] .'<br />';
                                                //echo '<pre>'; 
print_r($setup_info[$appname]); echo '</pre>';
                                                
if($setup_info[$appname]['status'] != 'U' 
                                                        || 
!isset($setup_info[$appname]['currentver']))
                                                {
-                                                       echo lang('ignoring %1 
for domain "%2"', $appname, $domain) . '<br>';
+                                                       echo lang('ignoring %1 
for domain "%2"', $appname, $domain) . '<br />';
                                                        continue;
                                                }
                                                $terror = array();
@@ -95,22 +95,22 @@
                                                
$GLOBALS['phpgw_setup']->process->upgrade($terror,$DEBUG);
                                                if 
($setup_info[$appname]['tables'])
                                                {
-                                                       echo '<br>' . 
$setup_info[$appname]['title'] . ' ' . lang('tables upgraded') . '.';
+                                                       echo '<br />' . 
$setup_info[$appname]['title'] . ' ' . lang('tables upgraded') . '.';
                                                        // The 
process_upgrade() function also handles registration
                                                }
                                                else
                                                {
-                                                       echo '<br>' . 
$setup_info[$appname]['title'] . ' ' . lang('upgraded') . '.';
+                                                       echo '<br />' . 
$setup_info[$appname]['title'] . ' ' . lang('upgraded') . '.';
                                                }
 
                                                $terror = 
$GLOBALS['phpgw_setup']->process->upgrade_langs($terror,$DEBUG);
-                                               echo '<br>' . 
$setup_info[$appname]['title'] . ' ' . lang('Translations upgraded') . '.<br>';
+                                               echo '<br />' . 
$setup_info[$appname]['title'] . ' ' . lang('Translations upgraded') . '.<br 
/>';
                                        }//end foreach(apps)
                                }//end if(is_array(apps))
                                ob_end_flush(); //signs of life
                        }//end foreach(domains)
                }//end if(is_array(domains))
-               echo '<br><a href="bulk.php?debug='.$DEBUG.'">' . lang('Go 
back') . '</a>';
+               echo '<br /><a href="bulk.php?debug='.$DEBUG.'">' . lang('Go 
back') . '</a>';
                $setup_tpl->pparse('out','footer');
                exit;
        }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]