phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc/class.boserver.inc.php, 1.1.4.1


From: nomail
Subject: [Phpgroupware-cvs] admin/inc/class.boserver.inc.php, 1.1.4.1
Date: Sat, 6 Nov 2004 17:13:47 +0100

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: admin/inc/class.boserver.inc.php
diff -u admin/inc/class.boserver.inc.php:1.1 
admin/inc/class.boserver.inc.php:1.1.4.1
--- admin/inc/class.boserver.inc.php:1.1        Tue Sep  4 19:50:14 2001
+++ admin/inc/class.boserver.inc.php    Sat Nov  6 16:13:47 2004
@@ -53,7 +53,7 @@
 
                        if(!empty($start) || ($start == '0') || ($start == 0))
                        {
-                               if($this->debug) { echo '<br>overriding start: 
"' . $this->start . '" now "' . $start . '"'; }
+                               if($this->debug) { echo '<br />overriding 
start: "' . $this->start . '" now "' . $start . '"'; }
                                $this->start = $start;
                        }
 
@@ -71,7 +71,7 @@
                {
                        if ($this->use_session)
                        {
-                               if($this->debug) { echo '<br>Save:'; 
_debug_array($data); }
+                               if($this->debug) { echo '<br />Save:'; 
_debug_array($data); }
                                
$GLOBALS['phpgw']->session->appsession('session_data','admin_servers',$data);
                        }
                }
@@ -79,7 +79,7 @@
                function read_sessiondata()
                {
                        $data = 
$GLOBALS['phpgw']->session->appsession('session_data','admin_servers');
-                       if($this->debug) { echo '<br>Read:'; 
_debug_array($data); }
+                       if($this->debug) { echo '<br />Read:'; 
_debug_array($data); }
 
                        $this->start  = $data['start'];
                        $this->limit  = $data['limit'];




reply via email to

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