glennv
Results 1 - 1 of 1
byglennv, April 19, 2012
It is a very useful module. But it has one serious flaw/bug. It filters all zeros in the text. Please fix this in next version.
I do not find another way to contact the author so I write it here so everyone can fix in by themselves if they have the same problem. I solved it by:
In the helper.php row 371 and 378 change !empty($striptag[$m]) to $striptag[$m] !== ""
That way the function empty don't interpret a zero as empty and doing the wrong desiccation here.
I do not find another way to contact the author so I write it here so everyone can fix in by themselves if they have the same problem. I solved it by:
In the helper.php row 371 and 378 change !empty($striptag[$m]) to $striptag[$m] !== ""
That way the function empty don't interpret a zero as empty and doing the wrong desiccation here.


