phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/class.setup_detection.inc.php, 1.6.2.10


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.setup_detection.inc.php, 1.6.2.10
Date: Sat, 6 Nov 2004 16:34:26 +0100

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.setup_detection.inc.php

date: 2004/11/06 15:34:26;  author: powerstat;  state: Exp;  lines: +7 -7

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/class.setup_detection.inc.php
diff -u phpgwapi/inc/class.setup_detection.inc.php:1.6.2.9 
phpgwapi/inc/class.setup_detection.inc.php:1.6.2.10
--- phpgwapi/inc/class.setup_detection.inc.php:1.6.2.9  Wed Jun 30 04:04:58 2004
+++ phpgwapi/inc/class.setup_detection.inc.php  Sat Nov  6 15:34:26 2004
@@ -113,7 +113,7 @@
                {
                        foreach($setup_info as $key => $value)
                        {
-                               //echo '<br>'.$value['name'].'STATUS: 
'.$value['status'];
+                               //echo '<br />'.$value['name'].'STATUS: 
'.$value['status'];
                                /* Only set this if it has not already failed 
to upgrade - Milosch */
                                if(!( (@$value['status'] == 'F') || 
(@$value['status'] == 'C') ))
                                {
@@ -398,13 +398,13 @@
                                {
                                        if($GLOBALS['DEBUG'])
                                        {
-                                               echo '<br>check_app_tables(): 
Checking: ' . $appname . ',table: ' . $val;
+                                               echo '<br />check_app_tables(): 
Checking: ' . $appname . ',table: ' . $val;
                                        }
                                        if(!in_array($val,$tables))
                                        {
                                                if($GLOBALS['DEBUG'])
                                                {
-                                                       echo 
'<br>check_app_tables(): ' . $val . ' missing!';
+                                                       echo '<br 
/>check_app_tables(): ' . $val . ' missing!';
                                                }
                                                if(!$any)
                                                {
@@ -421,7 +421,7 @@
                                                {
                                                        if($GLOBALS['DEBUG'])
                                                        {
-                                                               echo 
'<br>check_app_tables(): Some tables installed';
+                                                               echo '<br 
/>check_app_tables(): Some tables installed';
                                                        }
                                                        return True;
                                                }
@@ -432,7 +432,7 @@
                        {
                                if($GLOBALS['DEBUG'])
                                {
-                                       echo '<br>check_app_tables(): No tables 
installed';
+                                       echo '<br />check_app_tables(): No 
tables installed';
                                }
                                return False;
                        }
@@ -440,7 +440,7 @@
                        {
                                if($GLOBALS['DEBUG'])
                                {
-                                       echo '<br>check_app_tables(): All 
tables installed';
+                                       echo '<br />check_app_tables(): All 
tables installed';
                                }
                                return True;
                        }




reply via email to

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