- Add hr() and vspace() to the CSV report generator.

This commit is contained in:
james 2007-03-13 05:01:37 +00:00
parent cb992b8819
commit eb0481b2a1

View File

@ -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()
{