Menu

#1 seciont search bug fix

open
nobody
None
5
2012-12-26
2006-06-02
Anonymous
No

135c135,137
< $parameter = str_replace("/", " ", htmlspecialchars(
escapeshellcmd( $parameter ) ) );
---
> if(!preg_match("/^\([1-9n]\)/",$parameter)) {
> $parameter = str_replace("/", " ",
htmlspecialchars( escapeshellcmd( $parameter ) ) );
> }

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.