phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/class.uiproject.php, 1.1.1.6


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiproject.php, 1.1.1.6
Date: Fri, 21 May 2004 21:22:42 -0000

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

date: 2004/04/26 12:21:22;  author: sigurdne;  state: Exp;  lines: +3 -3

Log Message:
no message
=====================================================================
Index: property/class.uiproject.php
diff -u property/class.uiproject.php:1.1.1.5 
property/class.uiproject.php:1.1.1.6
--- property/class.uiproject.php:1.1.1.5        Sat Apr 24 21:36:29 2004
+++ property/class.uiproject.php        Mon Apr 26 12:21:22 2004
@@ -123,12 +123,12 @@
                                        }
                                }
 
-                          $filename= 
$GLOBALS['phpgw_info']['user']['account_lid'].'.xls';
+                          $filename= 
$GLOBALS['phpgw_data']['user']['lid'].'.xls';
 
                                $str.=$xls->EOF();
                                $size=strlen($str);
 
-                               $browser = CreateObject('phpgwapi_browser');
+                               $browser = 
CreateObject($this->currentapp.'_browser');
                                
$browser->content_header($filename,'application/vnd.ms-excel',$size);
 
                                echo $str;
@@ -389,7 +389,7 @@
                                'lang_date_search'                      => 
lang('Date search'),
                                'lang_date_search_help'         => lang('Narrow 
the search by dates'),
                                'link_date_search'                      => 
$link_date_search,
-                               'overlib_source'                        => 
'./'.$this->currentapp.'/inc/overlib.js',
+                               'overlib_source'                        => 
'./'.$this->currentapp.'/overlib.js',
 
                                'lang_select'                                   
=> lang('select'),
                                'lookup_action'                                 
=> 
$this->bocommon->link('/index.php','sid=cookie&op='.$this->currentapp.'.uiworkorder.edit'),




reply via email to

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