phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.base.php, 1.1.1.5


From: nomail
Subject: [Phpgroupware-cvs] property/class.base.php, 1.1.1.5
Date: Sun, 23 May 2004 11:14:51 -0000

Update of /property
Modified Files:
        Branch: 
          class.base.php

date: 2004/04/30 17:35:55;  author: sigurdne;  state: Exp;  lines: +3 -10

Log Message:
no message
=====================================================================
Index: property/class.base.php
diff -u property/class.base.php:1.1.1.4 property/class.base.php:1.1.1.5
--- property/class.base.php:1.1.1.4     Mon Apr 26 12:21:24 2004
+++ property/class.base.php     Fri Apr 30 17:35:55 2004
@@ -33,19 +33,13 @@
                                $GLOBALS['property_menus_loaded'] = true;
                        }
 
-                       $GLOBALS['msgbox']->add(lang('Hepp'),'notice');
+//                     $GLOBALS['msgbox']->add(lang('Hepp'),'notice');
 
                        $currentapp='property';
 
-                       $GLOBALS['phpgw_info']['flags'] = array
-                       (
-                               'currentapp'    => $currentapp
-                       );
-
-
                        
if($GLOBALS['phpgw_data']['api']['op']!='api.base.prefs')
                        {
-               //              
$start_page=$GLOBALS['phpgw_info']['user']['preferences'][$currentapp]['default_start_page'];
+                               
$start_page=$GLOBALS['phpgw_data']['prefs'][$currentapp . 
'.default_start_page'];
 
                                if ($start_page)
                                {
@@ -56,7 +50,6 @@
                                        
$start_page='sid=cookie&op='.$currentapp.'.uilocation.index';
                                }
                                header('Location: 
'.$GLOBALS['HTTP_SERVER_VARS']['PHP_SELF'].'?'.$start_page);
-               //              
$this->bocommon->redirect_link('/index.php',$start_page);
                        }
                }
 




reply via email to

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