[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 9fa7ba37e237f576c84955c92226e41c2313e02b
Ivan
ivan at 420.am
Sat Mar 24 10:02:30 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 9fa7ba37e237f576c84955c92226e41c2313e02b (commit)
from 3e099fedc2952c9754c66d87f7a0ce9f1920f579 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9fa7ba37e237f576c84955c92226e41c2313e02b
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sat Mar 24 10:02:30 2012 -0700
fix map links with UTF-8 customer data
diff --git a/httemplate/elements/coord-links.html b/httemplate/elements/coord-links.html
index 6b91a26..3fd3ff6 100644
--- a/httemplate/elements/coord-links.html
+++ b/httemplate/elements/coord-links.html
@@ -25,7 +25,7 @@
my ($latitude, $longitude, $name, $agentnum) = @_;
-my $query = 'name='. uri_escape($name).
+my $query = 'name='. uri_escape_utf8($name).
';lat='. $latitude.
';lon='. $longitude;
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/coord-links.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list