fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16906] typo


From: sigurdne
Subject: [Fmsystem-commits] [16906] typo
Date: Tue, 4 Jul 2017 09:58:53 -0400 (EDT)

Revision: 16906
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16906
Author:   sigurdne
Date:     2017-07-04 09:58:53 -0400 (Tue, 04 Jul 2017)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/activitycalendar/inc/class.uiactivities.inc.php

Modified: trunk/activitycalendar/inc/class.uiactivities.inc.php
===================================================================
--- trunk/activitycalendar/inc/class.uiactivities.inc.php       2017-07-04 
09:08:47 UTC (rev 16905)
+++ trunk/activitycalendar/inc/class.uiactivities.inc.php       2017-07-04 
13:58:53 UTC (rev 16906)
@@ -498,7 +498,7 @@
                        }
                        else
                        {
-                               $groups = $this->so_group->get();
+                               $groups = $this->so_group->get(0, 0, '', false, 
'', '', array());
                        }
 
                        if ($activity->get_new_org())
@@ -717,12 +717,12 @@
 
                        $length = phpgw::get_var('length', 'int');
                        $user_rows_per_page = $length > 0 ? $length : 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'];
-                       $num_of_objects = $length == -1 ? null : 
$user_rows_per_page;
+                       $num_of_objects = $length == -1 ? 0 : 
$user_rows_per_page;
 
                        $export = phpgw::get_var('export', 'bool');
                        if ($export)
                        {
-                               $num_of_objects = null;
+                               $num_of_objects = 0;
                        }
 
                        //Retrieve the type of query and perform type specific 
logic
@@ -733,7 +733,7 @@
                        if (isset($email_param))
                        {
                                $email = true;
-                               $num_of_objects = null;
+                               $num_of_objects = 0;
                        }
 
                        $uid = $GLOBALS['phpgw_info']['user']['account_id'];




reply via email to

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