phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.bocommon.inc.php,1.19


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.bocommon.inc.php,1.19
Date: Tue, 22 Nov 2005 14:41:00 +0100

Update of property/inc

Modified Files:
     Branch: MAIN
            class.bocommon.inc.php lines: +3 -3

Log Message:
*** empty log message ***

====================================================
Index: property/inc/class.bocommon.inc.php
diff -u property/inc/class.bocommon.inc.php:1.18 
property/inc/class.bocommon.inc.php:1.19
--- property/inc/class.bocommon.inc.php:1.18    Wed Nov  9 22:49:12 2005
+++ property/inc/class.bocommon.inc.php Tue Nov 22 13:41:54 2005
@@ -1203,7 +1203,7 @@
                {
                        foreach($values as $value)
                        {
-                               if($value)
+                               if($value || $value === 0)
                                {
                                        $insert_value[] = "'".$value."'";
                                }
@@ -1221,7 +1221,7 @@
                {
                        while (is_array($value_set) && list($field,$value) = 
each($value_set))
                        {
-                               if($value)
+                               if($value || $value === 0)
                                {
                                        $value_entry[]= "$field='$value'";
                                }






reply via email to

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