fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8720] property: cleanup


From: Sigurd Nes
Subject: [Fmsystem-commits] [8720] property: cleanup
Date: Mon, 30 Jan 2012 14:44:36 +0000

Revision: 8720
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8720
Author:   sigurdne
Date:     2012-01-30 14:44:36 +0000 (Mon, 30 Jan 2012)
Log Message:
-----------
property: cleanup

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

Modified: trunk/property/inc/class.sobudget.inc.php
===================================================================
--- trunk/property/inc/class.sobudget.inc.php   2012-01-30 13:39:28 UTC (rev 
8719)
+++ trunk/property/inc/class.sobudget.inc.php   2012-01-30 14:44:36 UTC (rev 
8720)
@@ -797,9 +797,9 @@
                        {
                                $_actual_cost = 
round($this->db->f('actual_cost'));
                                $sum_actual_cost += $_actual_cost;
-                               
$actual_cost[$this->db->f($b_account_field)][$this->db->f('district_id')][(int)$this->db->f('dimb')]
 += $_actual_cost;
+                               
$actual_cost[$this->db->f($b_account_field)][(int)$this->db->f('district_id')][(int)$this->db->f('dimb')]
 += $_actual_cost;
                                $accout_info[$this->db->f($b_account_field)] = 
true;
-                               $district[$this->db->f('district_id')] = true;
+                               $district[(int)$this->db->f('district_id')] = 
true;
                                $ecodimb[(int)$this->db->f('dimb')] = true;
                        }
                




reply via email to

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