diff --git a/lcsv.php b/lcsv.php index 7d1dde4..9ae3473 100644 --- a/lcsv.php +++ b/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() {