]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttGroupExportHelper.class.php
A bit more work in progress on new export.
[timetracker.git] / WEB-INF / lib / ttGroupExportHelper.class.php
index 9ac4464aa37d6c0f718cdaa0142c5ecbe3c9c7e2..3313854691b2aa4ead874bfee8cea59c0670754d 100644 (file)
@@ -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."<group>\n");
+    fwrite($this->file, $this->indentation."</group>\n");
+    //
     //
     // Call itself recursively for all subgroups.
   }