diff --git a/main/inc/lib/phpdocx/classes/CreateDocx.inc b/main/inc/lib/phpdocx/classes/CreateDocx.inc old mode 100644 new mode 100755 index 6f7cee0e37..dcb889c50d --- a/main/inc/lib/phpdocx/classes/CreateDocx.inc +++ b/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(