소스 검색

Removed part of unwanted footer BT#2724

Yannick Warnier 13 년 전
부모
커밋
b435ccdc7c
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      main/inc/lib/phpdocx/classes/CreateDocx.inc

+ 0 - 4
main/inc/lib/phpdocx/classes/CreateDocx.inc

@@ -762,8 +762,6 @@ class CreateDocx
     public function addFooter($dat = '', $paramsFooter = '')
     {
         $footer = CreateFooter::getInstance();
-        $dat .= ' This document was created with free version of PHPdocx.
-                Pro version available.';
         $footer->createFooter($dat, $paramsFooter);
         $this->_wordFooterC .= (string) $footer;
         $this->generateOVERRIDE(
@@ -1295,8 +1293,6 @@ class CreateDocx
     public function fAddFooter($dat = '', $paramsFooter = '')
     {
         $footer = CreateFooter::getInstance();
-        $dat .= ' This document was created with free version of PHPdocx.
-                Pro version available.';
         $footer->createFooter($dat, $paramsFooter);
         $this->_wordFooterC .= (string) $footer;
         $this->generateOVERRIDE(