phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.pdf.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.pdf.inc.php
Date: Mon, 03 Jul 2006 08:06:40 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   06/07/03 08:06:40

Modified files:
        inc            : class.pdf.inc.php 

Log message:
        Temporary locate the pdf_files to phpgwapi/inc/pdf/pdf_files

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.pdf.inc.php?cvsroot=phpgwapi&r1=1.2&r2=1.3

Patches:
Index: class.pdf.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.pdf.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- class.pdf.inc.php   2 Jul 2006 16:25:49 -0000       1.2
+++ class.pdf.inc.php   3 Jul 2006 08:06:40 -0000       1.3
@@ -7,7 +7,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package Cpdf
-       * @version $Id: class.pdf.inc.php,v 1.2 2006/07/02 16:25:49 sigurdne 
Exp $
+       * @version $Id: class.pdf.inc.php,v 1.3 2006/07/03 08:06:40 sigurdne 
Exp $
        */
 
        /* Example
@@ -61,7 +61,7 @@
                                        die('Directory for temporary pdf-files 
is not writeable to the webserver - pleace notify the Administrator');
                                }
 
-                               $fname = $this->currentapp . '/pdf_files/'. 
basename($fname);
+                               $fname = 'phpgwapi/inc/pdf/pdf_files/'. 
basename($fname);
                                echo '<html>
                                <head>
                                <SCRIPT LANGUAGE="JavaScript"><!-- 




reply via email to

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