phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] property/class.uiwo_hour.php, 1.1.1.6
Date: Fri, 21 May 2004 20:52:45 -0000

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

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

Log Message:
no message
=====================================================================
Index: property/class.uiwo_hour.php
diff -u property/class.uiwo_hour.php:1.1.1.5 
property/class.uiwo_hour.php:1.1.1.6
--- property/class.uiwo_hour.php:1.1.1.5        Sat Apr 24 21:36:30 2004
+++ property/class.uiwo_hour.php        Mon Apr 26 12:21:21 2004
@@ -950,7 +950,7 @@
                        $document= $pdf->ezOutput();
                        $size=strlen($document);
 
-                       $browser = CreateObject('phpgwapi_browser');
+                       $browser = CreateObject($this->currentapp.'_browser');
                        
$browser->content_header('Template.pdf','application/pdf',$size);
 
                        echo $document;
@@ -1339,7 +1339,7 @@
                                //'msgbox_data'                                 
=> $GLOBALS['phpgw']->common->msgbox($msgbox_data),
                                'lang_select_all'                               
=> lang('Select All'),
                                'img_check'                                     
        => 
dirname($GLOBALS['HTTP_SERVER_VARS']['PHP_SELF']).'/'.$this->currentapp. 
'/skins/default/images/check.gif',
-                               'check_source'                                  
=> './'.$this->currentapp.'/inc/check.js',
+                               'check_source'                                  
=> './'.$this->currentapp.'/check.js',
 
                                'template_id'                                   
=> $template_id,
                                'form_action'                                   
=> $this->bocommon->link('/index.php',$link_data),




reply via email to

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