fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11889] som changes to custom datatype event


From: Sigurd Nes
Subject: [Fmsystem-commits] [11889] som changes to custom datatype event
Date: Sun, 06 Apr 2014 19:14:12 +0000

Revision: 11889
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11889
Author:   sigurdne
Date:     2014-04-06 19:14:12 +0000 (Sun, 06 Apr 2014)
Log Message:
-----------
som changes to custom datatype event

Modified Paths:
--------------
    trunk/property/inc/class.custom_fields.inc.php

Modified: trunk/property/inc/class.custom_fields.inc.php
===================================================================
--- trunk/property/inc/class.custom_fields.inc.php      2014-04-06 18:20:23 UTC 
(rev 11888)
+++ trunk/property/inc/class.custom_fields.inc.php      2014-04-06 19:14:12 UTC 
(rev 11889)
@@ -398,7 +398,7 @@
                                                $attributes['enabled']          
        = $event['enabled'] ? lang('yes') : lang('no');
                                                $attributes['lang_enabled']     
        = lang('enabled');
 
-                                               $id = 
"property{$location}::{$values['id']}::{$attributes['id']}";
+                                               $id = 
"property{$location}::{$attributes['item_id']}::{$attributes['value']}";
                                                $job = 
execMethod('phpgwapi.asyncservice.read', $id);
 
                                                $attributes['next']             
                = 
$GLOBALS['phpgw']->common->show_date($job[$id]['next'],$dateformat);




reply via email to

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