]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttGroupExportHelper.class.php
Fixed export-import to include group descriptions.
[timetracker.git] / WEB-INF / lib / ttGroupExportHelper.class.php
index 54b8aaa11f6e46a8dd8a2fd2846318406eb82e1a..9490f075743065158caf124e4993c274c6bc7600 100644 (file)
@@ -123,6 +123,7 @@ class ttGroupExportHelper {
     // Write group info.
     $group = $this->getGroupAttrs();
     $group_part = "<group name=\"".htmlspecialchars($group['name'])."\"";
+    $group_part .= " description=\"".htmlspecialchars($group['description'])."\"";
     $group_part .= " currency=\"".htmlspecialchars($group['currency'])."\"";
     $group_part .= " decimal_mark=\"".$group['decimal_mark']."\"";
     $group_part .= " lang=\"".$group['lang']."\"";