phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property index.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property index.php
Date: Tue, 12 Sep 2006 06:46:01 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/09/12 06:46:01

Modified files:
        .              : index.php 

Log message:
        link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/index.php?cvsroot=phpgroupware&r1=1.5&r2=1.6

Patches:
Index: index.php
===================================================================
RCS file: /sources/phpgroupware/property/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- index.php   12 May 2005 21:25:29 -0000      1.5
+++ index.php   12 Sep 2006 06:46:01 -0000      1.6
@@ -7,7 +7,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
-       * @version $Id: index.php,v 1.5 2005/05/12 21:25:29 sigurdne Exp $
+       * @version $Id: index.php,v 1.6 2006/09/12 06:46:01 sigurdne Exp $
        */
 
        /**
@@ -32,11 +32,11 @@
 
        if ($start_page)
        {
-               
$start_page='menuaction='.$currentapp.'.ui'.$start_page.'.index';
+               $start_page=array('menuaction'=> 
$currentapp.'.ui'.$start_page.'.index');
        }
        else
        {
-               $start_page='menuaction='.$currentapp.'.uilocation.index';
+               
$start_page=array('menuaction'=>$currentapp.'.uilocation.index');
        }
 
        $GLOBALS['phpgw']->redirect_link('/index.php',$start_page);




reply via email to

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