fmsystem-commits
[Top][All Lists]
Advanced

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

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


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

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

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

Modified: 
branches/dev-syncromind-2/rental/inc/model/class.contract_price_item.inc.php
===================================================================
--- 
branches/dev-syncromind-2/rental/inc/model/class.contract_price_item.inc.php    
    2016-05-13 12:25:42 UTC (rev 15148)
+++ 
branches/dev-syncromind-2/rental/inc/model/class.contract_price_item.inc.php    
    2016-05-13 12:25:45 UTC (rev 15149)
@@ -123,7 +123,7 @@
                 * Returns true if the price item is active at the given date, 
false otherwise
                 * 
                 * @param $date the date to check
-                * @return boolean
+                * @return bool
                 */
                public function is_active_at( $date )
                {
@@ -212,7 +212,7 @@
 
                public function set_is_billed( $is_billed )
                {
-                       $this->is_billed = (boolean)$is_billed;
+                       $this->is_billed = (bool)$is_billed;
                }
 
                public function is_billed()
@@ -222,7 +222,7 @@
 
                public function set_is_one_time( $is_one_time )
                {
-                       $this->is_one_time = (boolean)$is_one_time;
+                       $this->is_one_time = (bool)$is_one_time;
                }
 
                public function is_one_time()




reply via email to

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