File tree 2 files changed +7
-2
lines changed
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
+ ________________________________________________________
1
6
Release Notes - PHPJasper - Version 3.0.0
2
7
========================================================
3
8
* Improvement
@@ -6,7 +11,7 @@ Release Notes - PHPJasper - Version 3.0.0
6
11
* updated for jasperstarter 3.5.0
7
12
* Bug
8
13
* solved problems with useSSL at MySQL connections
9
- ____________________________________
14
+ ________________________________________________________
10
15
Release Notes - PHPJasper - Version 2.7
11
16
========================================================
12
17
* 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)
229
229
*/
230
230
public function output ()
231
231
{
232
- return $ this ->command ;
232
+ print $ this ->command . "\n" ;
233
233
}
234
234
235
235
/**
You can’t perform that action at this time.
0 commit comments