fwrite($file, " <role id=\"".$this->roleMap[$role['id']]."\" rank=\"".$role['rank']."\"".
" rights=\"".$role['rights']."\" status=\"".$role['status']."\">\n");
fwrite($file, " <name><![CDATA[".$role['name']."]]></name>\n");
+ fwrite($file, " <description><![CDATA[".$role['description']."]]></description>\n");
fwrite($file, " </role>\n");
}
fwrite($file, "</roles>\n");
'group_id' => $this->group_id,
'org_id' => $this->org_id,
'name' => $role_item['NAME'],
+ 'description' => $role_item['DESCRIPTION'],
'rank' => $role_item['RANK'],
'rights' => $role_item['RIGHTS'],
'status' => $role_item['STATUS']));
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.08.4372 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.08.4373 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
<a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
<a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
<a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>