fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15142] Syncromind: Merge 14936:15027 from trunk


From: sigurdne
Subject: [Fmsystem-commits] [15142] Syncromind: Merge 14936:15027 from trunk
Date: Fri, 13 May 2016 12:25:26 +0000 (UTC)

Revision: 15142
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15142
Author:   sigurdne
Date:     2016-05-13 12:25:25 +0000 (Fri, 13 May 2016)
Log Message:
-----------
Syncromind: Merge 14936:15027 from trunk

Modified Paths:
--------------
    branches/dev-syncromind-2/rental/inc/model/class.adjustment.inc.php

Modified: branches/dev-syncromind-2/rental/inc/model/class.adjustment.inc.php
===================================================================
--- branches/dev-syncromind-2/rental/inc/model/class.adjustment.inc.php 
2016-05-13 12:25:23 UTC (rev 15141)
+++ branches/dev-syncromind-2/rental/inc/model/class.adjustment.inc.php 
2016-05-13 12:25:25 UTC (rev 15142)
@@ -104,7 +104,7 @@
 
                public function set_is_manual( $is_manual )
                {
-                       $this->is_manual = (boolean)$is_manual;
+                       $this->is_manual = (bool)$is_manual;
                }
 
                public function get_is_executed()
@@ -119,7 +119,7 @@
 
                public function set_is_executed( $is_executed )
                {
-                       $this->is_executed = (boolean)$is_executed;
+                       $this->is_executed = (bool)$is_executed;
                }
 
                public function get_extra_adjustment()
@@ -134,7 +134,7 @@
 
                public function set_extra_adjustment( $extra_adjustment )
                {
-                       $this->extra_adjustment = (boolean)$extra_adjustment;
+                       $this->extra_adjustment = (bool)$extra_adjustment;
                }
 
                public function get_interval()




reply via email to

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