phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.boentity.php, 1.1.1.12


From: nomail
Subject: [Phpgroupware-cvs] property/class.boentity.php, 1.1.1.12
Date: Sun, 23 May 2004 03:57:58 -0000

Update of /property
Modified Files:
        Branch: 
          class.boentity.php

date: 2004/05/03 07:14:50;  author: sigurdne;  state: Exp;  lines: +1 -3

Log Message:
no message
=====================================================================
Index: property/class.boentity.php
diff -u property/class.boentity.php:1.1.1.11 
property/class.boentity.php:1.1.1.12
--- property/class.boentity.php:1.1.1.11        Sun May  2 12:47:34 2004
+++ property/class.boentity.php Mon May  3 07:14:50 2004
@@ -515,9 +515,7 @@
 
                                if($values_attribute[$i]['datatype']=='D' && 
$values_attribute[$i]['value'])
                                {
-
-//                                     $values_attribute[$i]['value'] = 
date($this->bocommon->dateformat,$this->bocommon->date_to_timestamp($values_attribute[$i]['value']));
-                                       $values_attribute[$i]['value'] = 
$this->bocommon->date_to_timestamp($values_attribute[$i]['value']);
+                                       $values_attribute[$i]['value'] = 
date($this->bocommon->dateformat,$this->bocommon->date_to_timestamp($values_attribute[$i]['value']));
                                }
                        }
 




reply via email to

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