fmsystem-commits
[Top][All Lists]
Advanced

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

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


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

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

Modified Paths:
--------------
    branches/dev-syncromind-2/activitycalendar/inc/class.soorganization.inc.php

Modified: 
branches/dev-syncromind-2/activitycalendar/inc/class.soorganization.inc.php
===================================================================
--- branches/dev-syncromind-2/activitycalendar/inc/class.soorganization.inc.php 
2016-05-13 12:04:23 UTC (rev 15032)
+++ branches/dev-syncromind-2/activitycalendar/inc/class.soorganization.inc.php 
2016-05-13 12:04:26 UTC (rev 15033)
@@ -34,14 +34,14 @@
                 * the party is involved in.
                 *
                 * @param string $sort_field
-                * @param boolean $ascending
+                * @param bool $ascending
                 * @param string $search_for
                 * @param string $search_type
                 * @param array $filters
-                * @param boolean $return_count
+                * @param bool $return_count
                 * @return string SQL
                 */
-               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');
 
@@ -509,7 +509,7 @@
                 * Update the database values for an existing party object.
                 *
                 * @param $party the party to be updated
-                * @return boolean true if successful, false otherwise
+                * @return bool true if successful, false otherwise
                 */
                function update_local( $organization )
                {




reply via email to

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