fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16939] type casting


From: sigurdne
Subject: [Fmsystem-commits] [16939] type casting
Date: Tue, 1 Aug 2017 06:39:04 -0400 (EDT)

Revision: 16939
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16939
Author:   sigurdne
Date:     2017-08-01 06:39:04 -0400 (Tue, 01 Aug 2017)
Log Message:
-----------
type casting

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

Modified: trunk/property/inc/class.soinvoice.inc.php
===================================================================
--- trunk/property/inc/class.soinvoice.inc.php  2017-08-01 09:24:26 UTC (rev 
16938)
+++ trunk/property/inc/class.soinvoice.inc.php  2017-08-01 10:39:04 UTC (rev 
16939)
@@ -1963,7 +1963,7 @@
                        $values = array();
                        while ($this->db->next_record())
                        {
-                               $periode = $this->db->f('periode');
+                               $periode = (int)$this->db->f('periode');
                                $values[] = array
                                        (
                                        'id' => $periode,




reply via email to

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