phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [21184] Improvement: odt2xhtml-wrapper 4746:5203


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [21184] Improvement: odt2xhtml-wrapper 4746:5203
Date: Wed, 14 Apr 2010 19:05:27 +0000

Revision: 21184
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21184
Author:   sigurdne
Date:     2010-04-14 19:05:27 +0000 (Wed, 14 Apr 2010)
Log Message:
-----------
Improvement: odt2xhtml-wrapper 4746:5203

Added Paths:
-----------
    people/sigurdne/modules/phpgwapi/trunk/inc/class.html2pdf.inc.php

Added: people/sigurdne/modules/phpgwapi/trunk/inc/class.html2pdf.inc.php
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/inc/class.html2pdf.inc.php           
                (rev 0)
+++ people/sigurdne/modules/phpgwapi/trunk/inc/class.html2pdf.inc.php   
2010-04-14 19:05:27 UTC (rev 21184)
@@ -0,0 +1,41 @@
+<?php
+       /**
+        * phpGroupWare
+        *
+        * @author Sigurd Nes <address@hidden>
+        * @copyright Copyright (C) 2007,2008 Free Software Foundation, Inc. 
http://www.fsf.org/
+        * @license http://www.fsf.org/licenses/gpl.html GNU General Public 
License
+        * @package phpgroupware
+        * @subpackage property
+        * @category utilities
+        * @version $Id$
+        */
+
+       /*
+          This program is free software: you can redistribute it and/or modify
+          it under the terms of the GNU General Public License as published by
+          the Free Software Foundation, either version 2 of the License, or
+          (at your option) any later version.
+
+          This program is distributed in the hope that it will be useful,
+          but WITHOUT ANY WARRANTY; without even the implied warranty of
+          MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+          GNU General Public License for more details.
+
+          You should have received a copy of the GNU General Public License
+          along with this program.  If not, see <http://www.gnu.org/licenses/>.
+        */
+
+       /**
+       * Document me!
+       *
+       * @package property
+       * @subpackage utilities
+       */
+
+       /**
+       * Include the html2pdf class
+       * @see html2pdf
+       */
+       require_once PHPGW_SERVER_ROOT . 
'/property/inc/html2pdf/html2pdf.class.php';
+





reply via email to

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