Document/Word/Writer/Writer/Word2007/Document.php
authoredward <edward@roojs.com>
Thu, 28 Apr 2016 05:20:46 +0000 (13:20 +0800)
committeredward <edward@roojs.com>
Thu, 28 Apr 2016 05:20:46 +0000 (13:20 +0800)
Document/Word/Writer/Writer/Word2007/Document.php

index 9d44060..42cef26 100644 (file)
@@ -57,7 +57,6 @@ class Document_Word_Writer_Writer_Word2007_Document extends Document_Word_Writer
                $objWriter->startElement('w:body');
                
                $_sections = $pPHPWord->getSections();
-                print_R($_sections);exit;
                $countSections = count($_sections);
                $pSection = 0;