phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/inc/class.boindex.inc.php, 1.30.2.6


From: nomail
Subject: [Phpgroupware-cvs] email/inc/class.boindex.inc.php, 1.30.2.6
Date: Sat, 6 Nov 2004 17:13:45 +0100

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

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

Log Message:
replaced <br> with <br /> and <hr> with <hr /> for better w3c compatibility
=====================================================================
Index: email/inc/class.boindex.inc.php
diff -u email/inc/class.boindex.inc.php:1.30.2.5 
email/inc/class.boindex.inc.php:1.30.2.6
--- email/inc/class.boindex.inc.php:1.30.2.5    Sat Sep 13 01:46:14 2003
+++ email/inc/class.boindex.inc.php     Sat Nov  6 16:13:45 2004
@@ -342,7 +342,7 @@
                */
                function index_data()
                {                       
-                       if ($this->debug_index_data == True) { echo 'ENTERING: 
email.boindex.index_data'.'<br>'; }
+                       if ($this->debug_index_data == True) { echo 'ENTERING: 
email.boindex.index_data'.'<br />'; }
                        // create class objects
                        $this->nextmatchs = CreateObject('phpgwapi.nextmatchs');
                        // this svc_nextmatches handles email only stuff
@@ -399,7 +399,7 @@
                        $this->xi['show_num_new'] = False;
                        $this->icon_theme = 
$GLOBALS['phpgw']->msg->get_pref_value('icon_theme',$acctnum);
                        $this->icon_size = 
$GLOBALS['phpgw']->msg->get_pref_value('icon_size',$acctnum);
-                       //echo "icon size is ".$this->icon_size."<br>\r\n";
+                       //echo "icon size is ".$this->icon_size."<br />\r\n";
                        
                        /* MOVED TO FUNCTION ABOVE
                        // ---- account switchbox  ----
@@ -946,18 +946,18 @@
                {
                        // DISPLAY SEARCH RESULTS
                        
-                       if ($this->debug_index_data == True) { echo 'ENTERING: 
email.boindex: mlist_data'.'<br>'; }
+                       if ($this->debug_index_data == True) { echo 'ENTERING: 
email.boindex: mlist_data'.'<br />'; }
                        if ($this->debug_index_data == True) { echo 
'email.boindex.mlist_data: local var 
attempt_reuse=['.serialize($attempt_reuse).'] ; reuse_feed_args[] dump<pre>'; 
print_r($reuse_feed_args); echo '</pre>'; }
                        // create class objects
                        $this->nextmatchs = CreateObject('phpgwapi.nextmatchs');
                        
                        if (is_object($GLOBALS['phpgw']->msg))
                        {
-                               if ($this->debug_index_data) { echo 
'email.boindex.mlist_data: is_object test: $GLOBALS[phpgw]->msg is already set, 
do not create again<br>'; }
+                               if ($this->debug_index_data) { echo 
'email.boindex.mlist_data: is_object test: $GLOBALS[phpgw]->msg is already set, 
do not create again<br />'; }
                        }
                        else
                        {
-                               if ($this->debug_index_data) { echo 
'email.boindex.mlist_data: is_object: $GLOBALS[phpgw]->msg is NOT set, creating 
mail_msg object<br>'; }
+                               if ($this->debug_index_data) { echo 
'email.boindex.mlist_data: is_object: $GLOBALS[phpgw]->msg is NOT set, creating 
mail_msg object<br />'; }
                                $GLOBALS['phpgw']->msg = 
CreateObject("email.mail_msg");
                        }
                        
@@ -1289,7 +1289,7 @@
                        }
                        $this->xi['ftr_backcolor'] = 
$GLOBALS['phpgw_info']['theme']['th_bg'];
                        $this->xi['ftr_backcolor_class'] = 'th';
-                       if ($this->debug_index_data == True) { echo 'LEAVING: 
email.boindex: mlist_data'.'<br>'; }
+                       if ($this->debug_index_data == True) { echo 'LEAVING: 
email.boindex: mlist_data'.'<br />'; }
                }
        
        




reply via email to

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