phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgroupware/login.php, 1.76.2.4.2.19


From: nomail
Subject: [Phpgroupware-cvs] phpgroupware/login.php, 1.76.2.4.2.19
Date: Sat, 6 Nov 2004 17:13:46 +0100

Update of /phpgroupware
Modified Files:
        Branch: Version-0_9_16-branch
          login.php

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: phpgroupware/login.php
diff -u phpgroupware/login.php:1.76.2.4.2.18 
phpgroupware/login.php:1.76.2.4.2.19
--- phpgroupware/login.php:1.76.2.4.2.18        Wed Sep  8 09:15:47 2004
+++ phpgroupware/login.php      Sat Nov  6 16:13:46 2004
@@ -145,7 +145,7 @@
                        {
                                $ctime = filectime($fname);
                                $ltime = 
intval($GLOBALS['phpgw_info']['server']['lang_ctimes'][$lang][$app]);
-                               //echo "checking lang='$lang', app='$app', 
ctime='$ctime', ltime='$ltime'<br>\n";
+                               //echo "checking lang='$lang', app='$app', 
ctime='$ctime', ltime='$ltime'<br />\n";
                                
                                if ($ctime != $ltime)
                                {
@@ -276,7 +276,7 @@
                        {
                                $GLOBALS['phpgw_info']['user']['preferences'] = 
$prefs->read_repository();
                        }
-                       #print 'LANG:' . 
$GLOBALS['phpgw_info']['user']['preferences']['common']['lang'] . '<br>';
+                       #print 'LANG:' . 
$GLOBALS['phpgw_info']['user']['preferences']['common']['lang'] . '<br />';
                }
                else
                {




reply via email to

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