phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] headlines/inc functions.inc.php,1.16,1.16.4.1


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] headlines/inc functions.inc.php,1.16,1.16.4.1
Date: Fri, 10 Oct 2003 01:13:49 +0000

Update of /cvsroot/phpgroupware/headlines/inc
In directory subversions:/tmp/cvs-serv29726/inc

Modified Files:
      Tag: Version-0_9_16-branch
        functions.inc.php 
Log Message:
fixed for bugs 4400, 4402, 4403 + globals and sql

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/headlines/inc/Attic/functions.inc.php,v
retrieving revision 1.16
retrieving revision 1.16.4.1
diff -C2 -d -r1.16 -r1.16.4.1
*** functions.inc.php   19 Nov 2001 15:46:15 -0000      1.16
--- functions.inc.php   10 Oct 2003 01:13:45 -0000      1.16.4.1
***************
*** 177,181 ****
                                        $title = 
ereg_replace("&amp;apos;","'",$title);
                                }
!                               else if 
(ereg("<$linkstr>(.*)</$linkstr>",$lines[$i],$regs))
                                {
                                        $links[$title] = $regs[1];
--- 177,182 ----
                                        $title = 
ereg_replace("&amp;apos;","'",$title);
                                }
!                               
!                               if 
(ereg("<$linkstr>(.*)</$linkstr>",$lines[$i],$regs))
                                {
                                        $links[$title] = $regs[1];





reply via email to

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