phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/inc class.bolink.inc.php,1.17,1.18


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc class.bolink.inc.php,1.17,1.18
Date: Fri, 27 Jun 2003 07:15:35 -0400

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv5222/infolog/inc

Modified Files:
        class.bolink.inc.php 
Log Message:
removed phpgw::strip_html, which is basicly htmlentities, from the calendar- 
and addressbook title function, as this is handled by eTemplate

Index: class.bolink.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.bolink.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.bolink.inc.php        27 Jun 2003 11:01:35 -0000      1.17
--- class.bolink.inc.php        27 Jun 2003 11:15:33 -0000      1.18
***************
*** 819,823 ****
                        $name .= ': ' . $event['title'];
  
!                       return $GLOBALS['phpgw']->strip_html($name);
                }
  
--- 819,823 ----
                        $name .= ': ' . $event['title'];
  
!                       return $name;
                }
  
***************
*** 876,880 ****
                                $name = $addr['org_name'].': '.$name;
                        }
!                       return $GLOBALS['phpgw']->strip_html($name);
                }
  
--- 876,880 ----
                                $name = $addr['org_name'].': '.$name;
                        }
!                       return $name;
                }
  





reply via email to

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