[freeside-commits] branch master updated. 385939571ba38786e33337504844553c1a250e66

Ivan ivan at 420.am
Sat Mar 24 10:02:29 PDT 2012


The branch, master has been updated
       via  385939571ba38786e33337504844553c1a250e66 (commit)
      from  f2e15ed1a7e7b5938f32e1bd961082bed83de662 (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 385939571ba38786e33337504844553c1a250e66
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 24 10:02:28 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