X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/abfd3bbc6a72c55b30d48466b2719804ebee6733..46e93b281cb1460848b14c9e6109789b7949072b:/WEB-INF/lib/ttGroupExportHelper.class.php diff --git a/WEB-INF/lib/ttGroupExportHelper.class.php b/WEB-INF/lib/ttGroupExportHelper.class.php index 9ac4464a..33138546 100644 --- a/WEB-INF/lib/ttGroupExportHelper.class.php +++ b/WEB-INF/lib/ttGroupExportHelper.class.php @@ -50,6 +50,11 @@ class ttGroupExportHelper { // writeData writes group data into file. function writeData() { // TODO: write code here. + + // Write group info. Something dummy for now to test... + fwrite($this->file, $this->indentation."\n"); + fwrite($this->file, $this->indentation."\n"); + // // // Call itself recursively for all subgroups. }