phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/class.uientity.php, 1.1.1.5
Date: Fri, 21 May 2004 19:38:10 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/class.uientity.php
diff -u property/class.uientity.php:1.1.1.4 property/class.uientity.php:1.1.1.5
--- property/class.uientity.php:1.1.1.4 Sat Apr 24 19:39:54 2004
+++ property/class.uientity.php Mon Apr 26 12:21:24 2004
@@ -139,11 +139,11 @@
                                        }
                                }
 
-                               $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;
@@ -233,7 +233,7 @@
                                                        'relatives' => 
Array(RELATIVE_NONE),
                                                        'checksubdirs' => 
True));
 
-                               $browser = CreateObject('phpgwapi_browser');
+                               $browser = 
CreateObject($this->currentapp.'_browser');
                                
$browser->content_header($filename,$filetype,$size);
 
                                $document= $this->bo->vfs->read(array(
@@ -432,7 +432,7 @@
                                'lang_date_search_help'         => lang('Narrow 
the search by dates'),
                                'link_date_search'                      => 
$link_date_search,
                                'lang_date_search'                      => 
lang('Date search'),
-                               'overlib_source'                        => 
'./'.$this->currentapp.'/inc/overlib.js',
+                               'overlib_source'                        => 
'./'.$this->currentapp.'/overlib.js',
 
 
                                'links'                                         
        => $links,
@@ -862,7 +862,7 @@
                                'dateformat_validate'                   => 
$dateformat_validate,
                                'onKeyUp'                                       
        => $onKeyUp,
                                'onBlur'                                        
        => $onBlur,
-                               'dateformat_source'                             
=> './'.$this->currentapp.'/inc/dateformat.js',
+                               'dateformat_source'                             
=> './'.$this->currentapp.'/dateformat.js',
                                'lang_attributes'                               
=> lang('Attributes'),
                                'attributes_header'                             
=> $attributes_header,
                                'attributes_values'                             
=> $values['attributes'],




reply via email to

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