fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11192] property: more on condition survey


From: Sigurd Nes
Subject: [Fmsystem-commits] [11192] property: more on condition survey
Date: Fri, 21 Jun 2013 11:13:49 +0000

Revision: 11192
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11192
Author:   sigurdne
Date:     2013-06-21 11:13:49 +0000 (Fri, 21 Jun 2013)
Log Message:
-----------
property: more on condition survey

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

Modified: trunk/property/inc/class.socondition_survey.inc.php
===================================================================
--- trunk/property/inc/class.socondition_survey.inc.php 2013-06-21 11:12:19 UTC 
(rev 11191)
+++ trunk/property/inc/class.socondition_survey.inc.php 2013-06-21 11:13:49 UTC 
(rev 11192)
@@ -378,9 +378,10 @@
 
                        foreach ($import_data as &$entry)
                        {
-                               $entry['amount_investment'] = (int) 
str_replace(array(' ', ','),array('','.'),$entry['amount_investment']);
-                               $entry['amount_operation'] = (int) 
str_replace(array(' ', ','),array('','.'),$entry['amount_operation']);
-                               $entry['amount_potential_grants'] = (int) 
str_replace(array(' ', ','),array('','.'),$entry['amount_potential_grants']);
+                               $entry['amount_investment']                     
= (int) str_replace(array(' ', ','),array('','.'),$entry['amount_investment']);
+                               $entry['amount_operation']                      
= (int) str_replace(array(' ', ','),array('','.'),$entry['amount_operation']);
+                               $entry['amount_potential_grants']       = (int) 
str_replace(array(' ', ','),array('','.'),$entry['amount_potential_grants']);
+                               $entry['import_type']                           
= (int) $entry['import_type'];
                        }
 
                        unset($entry);




reply via email to

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