phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] todo/inc/class.bo.inc.php, 1.1.2.7.2.3


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

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: todo/inc/class.bo.inc.php
diff -u todo/inc/class.bo.inc.php:1.1.2.7.2.2 
todo/inc/class.bo.inc.php:1.1.2.7.2.3
--- todo/inc/class.bo.inc.php:1.1.2.7.2.2       Wed Dec 24 00:40:16 2003
+++ todo/inc/class.bo.inc.php   Sat Nov  6 16:13:47 2004
@@ -60,7 +60,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;
                        }
 
@@ -81,19 +81,19 @@
 
                        if(isset($_sort)   && !empty($_sort))
                        {
-                               if($this->debug) { echo '<br>overriding $sort: 
"' . $this->sort . '" now "' . $_sort . '"'; }
+                               if($this->debug) { echo '<br />overriding 
$sort: "' . $this->sort . '" now "' . $_sort . '"'; }
                                $this->sort   = $_sort;
                        }
 
                        if(isset($_order)  && !empty($_order))
                        {
-                               if($this->debug) { echo '<br>overriding $order: 
"' . $this->order . '" now "' . $_order . '"'; }
+                               if($this->debug) { echo '<br />overriding 
$order: "' . $this->order . '" now "' . $_order . '"'; }
                                $this->order  = $_order;
                        }
 
                        if(isset($_filter) && !empty($_filter))
                        {
-                               if($this->debug) { echo '<br>overriding 
$filter: "' . $this->filter . '" now "' . $_filter . '"'; }
+                               if($this->debug) { echo '<br />overriding 
$filter: "' . $this->filter . '" now "' . $_filter . '"'; }
                                $this->filter = $_filter;
                        }
 
@@ -162,7 +162,7 @@
                        }
                        if($this->debug)
                        {
-                               echo '<br>Saving: ';
+                               echo '<br />Saving: ';
                                _debug_array($data);
                        }
                }
@@ -172,7 +172,7 @@
                        $data = 
$GLOBALS['phpgw']->session->appsession('session_data','todo');
                        if($this->debug)
                        {
-                               echo '<br>Read: ';
+                               echo '<br />Read: ';
                                _debug_array($data);
                        }
                        $this->start    = $data['start'];




reply via email to

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