Closed (fixed)
Project:
Urlfilter
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
25 May 2006 at 22:50 UTC
Updated:
6 Dec 2017 at 12:14 UTC
Hi.
Upon CVS commit #29524 and #29525 the preg_replace() stuffs were moved into separate functions, such as urlfilter_replace1() and urlfilter_trim(). And there's a small typo(?) in urlfilter_trim() function, i.e. substr($text, $urlfilter_length) should be substr($text, 0, $urlfilter_length).
Comments
Comment #1
desm0n commentedi see the same.
Is there any fix for this ?
Comment #2
Scott commentedComment #3
(not verified) commented