diff options
-rwxr-xr-x | LedgerSMB/Form.pm | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index 6dcaec79..9ef76258 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -94,6 +94,13 @@ sub debug { } +sub encode_all { + # TODO; +} + +sub decode_all { + # TODO +} sub escape { my ($self, $str, $beenthere) = @_; @@ -112,6 +119,7 @@ sub escape { sub unescape { my ($self, $str) = @_; + $str =~ tr/+/ /; $str =~ s/\\$//; @@ -740,7 +748,7 @@ sub parse_template { } } - if (/<\? lsmb if /) { + if (/<\?lsmb if /) { # check if it is set and display chop; |