fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11252] logistic: fix initial redirect


From: Sigurd Nes
Subject: [Fmsystem-commits] [11252] logistic: fix initial redirect
Date: Wed, 07 Aug 2013 08:27:58 +0000

Revision: 11252
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11252
Author:   sigurdne
Date:     2013-08-07 08:27:58 +0000 (Wed, 07 Aug 2013)
Log Message:
-----------
logistic: fix initial redirect

Modified Paths:
--------------
    trunk/logistic/index.php

Modified: trunk/logistic/index.php
===================================================================
--- trunk/logistic/index.php    2013-08-07 07:15:42 UTC (rev 11251)
+++ trunk/logistic/index.php    2013-08-07 08:27:58 UTC (rev 11252)
@@ -5,8 +5,7 @@
        (
                'noheader'      => true,
                'nonavbar'      => true,
-               'currentapp'    => APP_NAME,
-               'enable_vfs_class' => True,
+               'currentapp'    => APP_NAME
        );
 
        include('../header.inc.php');
@@ -18,8 +17,6 @@
        }
        else
        {
-               $start_page = array('menuaction'=> 
APP_NAME.'.uifrontpage.index');
+               $start_page = array('menuaction'=> APP_NAME.'.uiproject.index');
        }
        $GLOBALS['phpgw']->redirect_link('/index.php',$start_page);
-       
-?>




reply via email to

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