Menu

#4 web string tr// breakage

open
nobody
None
5
2005-12-21
2005-12-21
Anonymous
No

webfuncs.pl take out # and : characters from long
types. patch:

---
> $value =~tr/a-zA-Z0-9@.,
$\{\}\\\n\#\!\/\-\_\[\]\\//cd;
190c189
< $value =~tr/a-zA-Z0-9@. \-\_//cd;
---
> $value =~tr/a-zA-Z0-9@.
\-\_\:#//cd;

Discussion


Log in to post a comment.

MongoDB Logo MongoDB