phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiworkorder.php, 1.1.1.5
Date: Fri, 21 May 2004 19:48:04 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/class.uiworkorder.php
diff -u property/class.uiworkorder.php:1.1.1.4 
property/class.uiworkorder.php:1.1.1.5
--- property/class.uiworkorder.php:1.1.1.4      Sat Apr 24 19:39:54 2004
+++ property/class.uiworkorder.php      Mon Apr 26 12:21:23 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;
@@ -414,7 +414,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',
 
                                'link_history'                                  
=> 
$this->bocommon->link('/index.php','sid=cookie&op='.$this->currentapp.'.uiworkorder.index'),
                                'lang_history_statustext'               => 
lang('search for history at this location'),




reply via email to

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