forked from science-ation/science-ation
- Add hr() and vspace() to the CSV report generator.
This commit is contained in:
parent
cb992b8819
commit
eb0481b2a1
10
lcsv.php
10
lcsv.php
@ -117,6 +117,16 @@ class lcsv
|
||||
$this->csvdata.=$this->newline();
|
||||
}
|
||||
|
||||
function hr()
|
||||
{
|
||||
// what are we supposed to do.. nothing I guess? blank line?
|
||||
}
|
||||
|
||||
function vspace()
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
|
||||
function output()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user