fmsystem-commits
[Top][All Lists]
Advanced

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

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


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

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

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

Modified: branches/dev-syncromind-2/rental/inc/model/class.billing_info.inc.php
===================================================================
--- branches/dev-syncromind-2/rental/inc/model/class.billing_info.inc.php       
2016-05-13 12:25:34 UTC (rev 15145)
+++ branches/dev-syncromind-2/rental/inc/model/class.billing_info.inc.php       
2016-05-13 12:25:37 UTC (rev 15146)
@@ -84,9 +84,9 @@
                        $this->month = $month;
                }
 
-               public function set_deleted( boolean $deleted )
+               public function set_deleted( bool $deleted )
                {
-                       $this->deleted = (boolean)$deleted;
+                       $this->deleted = (bool)$deleted;
                }
 
                public function is_deleted()




reply via email to

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