fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10719] logistic: get all candidates for dropdown


From: Sigurd Nes
Subject: [Fmsystem-commits] [10719] logistic: get all candidates for dropdown
Date: Mon, 28 Jan 2013 12:50:40 +0000

Revision: 10719
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10719
Author:   sigurdne
Date:     2013-01-28 12:50:39 +0000 (Mon, 28 Jan 2013)
Log Message:
-----------
logistic:  get all candidates for dropdown

Modified Paths:
--------------
    trunk/logistic/inc/class.uiactivity.inc.php

Modified: trunk/logistic/inc/class.uiactivity.inc.php
===================================================================
--- trunk/logistic/inc/class.uiactivity.inc.php 2013-01-28 11:09:32 UTC (rev 
10718)
+++ trunk/logistic/inc/class.uiactivity.inc.php 2013-01-28 12:50:39 UTC (rev 
10719)
@@ -444,7 +444,7 @@
 
                        $accounts = 
$GLOBALS['phpgw']->acl->get_user_list_right(PHPGW_ACL_READ, 'run', 'logistic');
 
-                       $activities = $this->so->get();
+                       $activities = $this->so->get(0, 0, 'name', true, null, 
null, null, true);
 
                        if($activity_id)
                        {




reply via email to

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