File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ Release Notes - PHPJasper - Version 3.0.1
2+ ========================================================
3+ * Improvement
4+ * output() method
5+ ________________________________________________________
16Release Notes - PHPJasper - Version 3.0.0
27========================================================
38* Improvement
@@ -6,7 +11,7 @@ Release Notes - PHPJasper - Version 3.0.0
611 * updated for jasperstarter 3.5.0
712* Bug
813 * solved problems with useSSL at MySQL connections
9- ____________________________________
14+ ________________________________________________________
1015Release Notes - PHPJasper - Version 2.7
1116========================================================
1217* Improvement https://github.com/PHPJasper/phpjasper/issues/99
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ public function execute($user = false)
229229 */
230230 public function output ()
231231 {
232- return $ this ->command ;
232+ print $ this ->command . "\n" ;
233233 }
234234
235235 /**
You can’t perform that action at this time.
0 commit comments