phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/functions.inc.php, 1.121.2.13.2.22


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

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

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

Log Message:
Bugfixes HTML; makes it a bit more W3C conform;
see patch  #3503
=====================================================================
Index: phpgwapi/inc/functions.inc.php
diff -u phpgwapi/inc/functions.inc.php:1.121.2.13.2.21 
phpgwapi/inc/functions.inc.php:1.121.2.13.2.22
--- phpgwapi/inc/functions.inc.php:1.121.2.13.2.21      Thu Mar 18 22:35:42 2004
+++ phpgwapi/inc/functions.inc.php      Sat Nov  6 15:34:26 2004
@@ -17,7 +17,7 @@
 
        if (!function_exists('version_compare'))//version_compare() is only 
available in PHP4.1+
        {
-               echo 'phpGroupWare now requires PHP 4.1 or greater.<br>';
+               echo 'phpGroupWare now requires PHP 4.1 or greater.<br />';
                echo 'Please contact your System Administrator';
                exit;
        }
@@ -57,7 +57,7 @@
        /*      $GLOBALS['phpgw']->log->write(array('text'=>'W-MissingFlags, 
currentapp flag not set'));*/
 
                echo '<b>!!! YOU DO NOT HAVE YOUR 
$GLOBALS[\'phpgw_info\'][\'flags\'][\'currentapp\'] SET !!!';
-               echo '<br>!!! PLEASE CORRECT THIS SITUATION !!!</b>';
+               echo '<br />!!! PLEASE CORRECT THIS SITUATION !!!</b>';
        }
 
        magic_quotes_runtime(false);




reply via email to

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