fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15627] booking: filter on status


From: sigurdne
Subject: [Fmsystem-commits] [15627] booking: filter on status
Date: Thu, 8 Sep 2016 13:46:30 +0000 (UTC)

Revision: 15627
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15627
Author:   sigurdne
Date:     2016-09-08 13:46:30 +0000 (Thu, 08 Sep 2016)
Log Message:
-----------
booking: filter on status

Modified Paths:
--------------
    trunk/booking/inc/class.uiapplication.inc.php

Modified: trunk/booking/inc/class.uiapplication.inc.php
===================================================================
--- trunk/booking/inc/class.uiapplication.inc.php       2016-09-08 13:27:06 UTC 
(rev 15626)
+++ trunk/booking/inc/class.uiapplication.inc.php       2016-09-08 13:46:30 UTC 
(rev 15627)
@@ -393,12 +393,12 @@
                                unset($filters['activity_id']);
                        }
                        $filters['status'] = 'NEW';
-                       if (isset($_SESSION['showall']))
+//                     if (isset($_SESSION['showall']))
+//                     {
+//                             $filters['status'] = array('NEW', 'PENDING', 
'REJECTED', 'ACCEPTED');
+//                     }
+//                     else
                        {
-                               $filters['status'] = array('NEW', 'PENDING', 
'REJECTED', 'ACCEPTED');
-                       }
-                       else
-                       {
                                $test = phpgw::get_var('status', 'string', 
'REQUEST', null);
                                if (phpgw::get_var('status') == 'none')
                                {




reply via email to

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