phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.sotts.inc.php, 1.6 class.solocatio


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.sotts.inc.php, 1.6 class.solocation.inc.php, 1.5 class.soproject.inc.php, 1.19 class.soworkorder.inc.php, 1.6
Date: Tue, 19 Apr 2005 10:15:00 +0200

Update of property/inc

Modified Files:
     Branch: MAIN
            class.sotts.inc.php lines: +2 -1
            class.solocation.inc.php lines: +2 -1
            class.soproject.inc.php lines: +2 -1
            class.soworkorder.inc.php lines: +2 -1

Log Message:
no message

====================================================
Index: property/inc/class.sotts.inc.php
diff -u property/inc/class.sotts.inc.php:1.5 
property/inc/class.sotts.inc.php:1.6
--- property/inc/class.sotts.inc.php:1.5        Tue Mar  1 15:04:27 2005
+++ property/inc/class.sotts.inc.php    Tue Apr 19 08:15:29 2005
@@ -160,6 +160,7 @@

                        if($query)
                        {
+                               $query = str_replace(",",'.',$query);
                                if(stristr($query, '.'))
                                {
                                        $query=explode(".",$query);

====================================================
Index: property/inc/class.solocation.inc.php
diff -u property/inc/class.solocation.inc.php:1.4 
property/inc/class.solocation.inc.php:1.5
--- property/inc/class.solocation.inc.php:1.4   Thu Jan 13 16:52:48 2005
+++ property/inc/class.solocation.inc.php       Tue Apr 19 08:15:29 2005
@@ -456,6 +456,7 @@

                        if($query)
                        {
+                               $query = str_replace(",",'.',$query);
                                if(stristr($query, '.'))
                                {
                                        $query=explode(".",$query);

====================================================
Index: property/inc/class.soproject.inc.php
diff -u property/inc/class.soproject.inc.php:1.18 
property/inc/class.soproject.inc.php:1.19
--- property/inc/class.soproject.inc.php:1.18   Thu Apr 14 14:48:39 2005
+++ property/inc/class.soproject.inc.php        Tue Apr 19 08:15:29 2005
@@ -257,6 +257,7 @@

                        if($query)
                        {
+                               $query = str_replace(",",'.',$query);
                                if(stristr($query, '.'))
                                {
                                        $query=explode(".",$query);

====================================================
Index: property/inc/class.soworkorder.inc.php
diff -u property/inc/class.soworkorder.inc.php:1.5 
property/inc/class.soworkorder.inc.php:1.6
--- property/inc/class.soworkorder.inc.php:1.5  Thu Apr 14 14:48:39 2005
+++ property/inc/class.soworkorder.inc.php      Tue Apr 19 08:15:29 2005
@@ -304,6 +304,7 @@

                        if($query)
                        {
+                               $query = str_replace(",",'.',$query);
                                if(stristr($query, '.'))
                                {
                                        $query=explode(".",$query);






reply via email to

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