fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [9510]


From: Erik Holm-Larsen
Subject: [Fmsystem-commits] [9510]
Date: Tue, 05 Jun 2012 08:09:08 +0000

Revision: 9510
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=9510
Author:   erikhl
Date:     2012-06-05 08:09:08 +0000 (Tue, 05 Jun 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/activitycalendar/inc/class.soorganization.inc.php

Modified: trunk/activitycalendar/inc/class.soorganization.inc.php
===================================================================
--- trunk/activitycalendar/inc/class.soorganization.inc.php     2012-06-05 
08:06:21 UTC (rev 9509)
+++ trunk/activitycalendar/inc/class.soorganization.inc.php     2012-06-05 
08:09:08 UTC (rev 9510)
@@ -649,7 +649,7 @@
                $zip = $org_info['zip'];
                if($zip && strlen($zip) > 5)
                {
-                       $zip_code = substr($zip,0,4);
+                       $zip_code = substr($zip,0,5);
                        $city = substr($zip, 5);
                }
                else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]