phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/inc/class.svc_nextmatches.inc.php, 1.2.2.3


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

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

date: 2004/11/06 16:13:46;  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.svc_nextmatches.inc.php
diff -u email/inc/class.svc_nextmatches.inc.php:1.2.2.2 
email/inc/class.svc_nextmatches.inc.php:1.2.2.3
--- email/inc/class.svc_nextmatches.inc.php:1.2.2.2     Sat Sep 13 01:46:17 2003
+++ email/inc/class.svc_nextmatches.inc.php     Sat Nov  6 16:13:46 2004
@@ -175,19 +175,19 @@
                        // add it back
                        */
                        
-                       //echo 'show_sort_order_mail: $program 
['.serialize($program).'] <br>';
-                       //echo 'show_sort_order_mail: $extra 
['.serialize($extra).'] <br>';
+                       //echo 'show_sort_order_mail: $program 
['.serialize($program).'] <br />';
+                       //echo 'show_sort_order_mail: $extra 
['.serialize($extra).'] <br />';
                        $prog = explode('?',$program);
-                       //echo 'show_sort_order_mail: $prog 
['.serialize($prog).'] <br>';
+                       //echo 'show_sort_order_mail: $prog 
['.serialize($prog).'] <br />';
                        $extravar = 
$prog[1].'&order='.$our_order.'&sort='.$new_sort.$extra;
-                       //echo 'show_sort_order_mail: $extravar 
['.serialize($extravar).'] <br>';
+                       //echo 'show_sort_order_mail: $extravar 
['.serialize($extravar).'] <br />';
                        
                        // this was b0rking menuaction when NOT using redirect, 
instead using direct object calls to goto the next page
                        // in thise cases the menuaction that appears in the 
url remains from the PREVIOUS action, not the object call produced next page
                        //$link = 
($this->action?$this->page($extravar):$GLOBALS['phpgw']->link($program,$extravar));
                        //$link = 
$GLOBALS['phpgw']->link($program,'email.index.uiindex'.$extravar);
                        $link = $GLOBALS['phpgw']->link($prog[0],$extravar);
-                       //echo 'show_sort_order_mail: $link 
['.serialize($link).'] <br>';
+                       //echo 'show_sort_order_mail: $link 
['.serialize($link).'] <br />';
                        return '<a href="' .$link .'">' .$text .'</a>';
 
                }
@@ -216,7 +216,7 @@
                                $this->icon_theme = 
$GLOBALS['phpgw']->msg->get_pref_value('icon_theme');
                                $this->icon_size = 
$GLOBALS['phpgw']->msg->get_pref_value('icon_size');
                        }
-                       //echo "icon size is ".$this->icon_size."<br>\r\n";
+                       //echo "icon size is ".$this->icon_size."<br />\r\n";
                        
                        $return_array = Array(
                                'first_page' => '',




reply via email to

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