fmsystem-commits
[Top][All Lists]
Advanced

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

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


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

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

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

Modified: branches/dev-syncromind-2/rental/inc/class.sobilling.inc.php
===================================================================
--- branches/dev-syncromind-2/rental/inc/class.sobilling.inc.php        
2016-05-13 12:24:28 UTC (rev 15122)
+++ branches/dev-syncromind-2/rental/inc/class.sobilling.inc.php        
2016-05-13 12:24:31 UTC (rev 15123)
@@ -31,7 +31,7 @@
                        return self::$so;
                }
 
-               protected function get_query( string $sort_field, boolean 
$ascending, string $search_for, string $search_type, array $filters, boolean 
$return_count )
+               protected function get_query( string $sort_field, bool 
$ascending, string $search_for, string $search_type, array $filters, bool 
$return_count )
                {
                        $clauses = array('1=1');
                        if ($sort_field == 'description')
@@ -330,7 +330,7 @@
                 * @param $billing_term
                 * @param $year
                 * @param $month
-                * @return boolean true if the period has been billed before, 
false if not.
+                * @return bool true if the period has been billed before, 
false if not.
                 */
                public function has_been_billed( $contract_type, $billing_term, 
$year, $month )
                {




reply via email to

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