fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17181] more on non-cookie


From: sigurdne
Subject: [Fmsystem-commits] [17181] more on non-cookie
Date: Sat, 21 Oct 2017 07:14:42 -0400 (EDT)

Revision: 17181
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17181
Author:   sigurdne
Date:     2017-10-21 07:14:42 -0400 (Sat, 21 Oct 2017)
Log Message:
-----------
more on non-cookie

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

Modified: trunk/booking/inc/class.sodocumentation.inc.php
===================================================================
--- trunk/booking/inc/class.sodocumentation.inc.php     2017-10-21 10:53:00 UTC 
(rev 17180)
+++ trunk/booking/inc/class.sodocumentation.inc.php     2017-10-21 11:14:42 UTC 
(rev 17181)
@@ -210,7 +210,7 @@
                        if ($this->db->next_record())
                        {
                                $id = $this->db->f('id', false);
-                               return 
sprintf('index.php?menuaction=bookingfrontend.uidocumentation.download&id=%s', 
$id);
+                               return 
$GLOBALS['phpgw']->link('/bookingfrontend/index.php', array('menuaction' => 
'bookingfrontend.uidocumentation.download', 'id'=> $id));
                        }
                        return null;
                }
@@ -221,7 +221,7 @@
                        if ($this->db->next_record())
                        {
                                $id = $this->db->f('id', false);
-                               return 
sprintf('index.php?menuaction=booking.uidocumentation.download&id=%s', $id);
+                               return $GLOBALS['phpgw']->link('/index.php', 
array('menuaction' => 'booking.uidocumentation.download', 'id'=> $id));
                        }
                        return null;
                }




reply via email to

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