fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16630] property: fetch id value for generic


From: sigurdne
Subject: [Fmsystem-commits] [16630] property: fetch id value for generic
Date: Wed, 26 Apr 2017 06:27:37 -0400 (EDT)

Revision: 16630
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16630
Author:   sigurdne
Date:     2017-04-26 06:27:36 -0400 (Wed, 26 Apr 2017)
Log Message:
-----------
property: fetch id value for generic

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

Modified: trunk/property/inc/class.uigeneric.inc.php
===================================================================
--- trunk/property/inc/class.uigeneric.inc.php  2017-04-26 09:14:25 UTC (rev 
16629)
+++ trunk/property/inc/class.uigeneric.inc.php  2017-04-26 10:27:36 UTC (rev 
16630)
@@ -131,6 +131,8 @@
                                $values[$field['name']] = 
phpgw::clean_value($_POST['values'][$field['name']],$value_type);
                        }
 
+                       $values[$id_name] = 
phpgw::clean_value($_POST['values'][$id_name]);
+
                        $values_attribute = phpgw::get_var('values_attribute');
 
                        if (!$id && !$values[$id_name] && 
$this->location_info['id']['type'] != 'auto')




reply via email to

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