phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.soentity.php, 1.1.1.9


From: nomail
Subject: [Phpgroupware-cvs] property/class.soentity.php, 1.1.1.9
Date: Sun, 23 May 2004 04:44:03 -0000

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

date: 2004/05/02 12:47:35;  author: sigurdne;  state: Exp;  lines: +2 -2

Log Message:
no message
=====================================================================
Index: property/class.soentity.php
diff -u property/class.soentity.php:1.1.1.8 property/class.soentity.php:1.1.1.9
--- property/class.soentity.php:1.1.1.8 Fri Apr 30 17:35:56 2004
+++ property/class.soentity.php Sun May  2 12:47:35 2004
@@ -330,7 +330,7 @@
                                        {
 //html_print_r($value);
 
-                                               
$entity_list[$j][$cols_return_extra[$i]['name']]=date($GLOBALS['phpgw_data']['user']['preferences']['common']['dateformat'],strtotime($value));
+                                               
$entity_list[$j][$cols_return_extra[$i]['name']]=date($GLOBALS['phpgw_data']['prefs'][$this->currentapp
 . '.dateformat'],strtotime($value));
                                        }
                                        else:
                                        {
@@ -549,7 +549,7 @@
                function edit($values,$values_attribute,$entity_id,$cat_id)
                {
 
-//html_print_r($values);
+//html_print_r($values_attribute);
                        if($values['street_name'])
                        {
                                $address[]= $values['street_name'];




reply via email to

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