fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15755] formatting


From: sigurdne
Subject: [Fmsystem-commits] [15755] formatting
Date: Thu, 29 Sep 2016 12:40:10 +0000 (UTC)

Revision: 15755
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15755
Author:   sigurdne
Date:     2016-09-29 12:40:10 +0000 (Thu, 29 Sep 2016)
Log Message:
-----------
formatting

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.uicommon_jquery.inc.php

Modified: trunk/phpgwapi/inc/class.uicommon_jquery.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.uicommon_jquery.inc.php    2016-09-29 01:33:09 UTC 
(rev 15754)
+++ trunk/phpgwapi/inc/class.uicommon_jquery.inc.php    2016-09-29 12:40:10 UTC 
(rev 15755)
@@ -185,11 +185,17 @@
                public function link( $data )
                {
                        if ($GLOBALS['phpgw_info']['flags']['currentapp'] == 
'bookingfrontend')
+                       {
                                return 
$GLOBALS['phpgw']->link('/bookingfrontend/', $data);
-                       elseif ($GLOBALS['phpgw_info']['flags']['currentapp'] 
== 'activitycalendarfrontend')
+                       }
+                       else if ($GLOBALS['phpgw_info']['flags']['currentapp'] 
== 'activitycalendarfrontend')
+                       {
                                return 
$GLOBALS['phpgw']->link('/activitycalendarfrontend/', $data);
+                       }
                        else
+                       {
                                return $GLOBALS['phpgw']->link('/index.php', 
$data);
+                       }
                }
 
                public function redirect( $link_data )




reply via email to

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