'parent_id' => $this->current_parent_group_id,
'org_id' => $this->org_id,
'name' => $attrs['NAME'],
+ 'description' => $attrs['DESCRIPTION'],
'currency' => $attrs['CURRENCY'],
'decimal_mark' => $attrs['DECIMAL_MARK'],
'lang' => $attrs['LANG'],
global $i18n;
$mdb2 = getConnection();
- $columns = '(parent_id, org_id, name, currency, decimal_mark, lang, date_format, time_format'.
+ $columns = '(parent_id, org_id, name, description, currency, decimal_mark, lang, date_format, time_format'.
', week_start, tracking_mode, project_required, task_required, record_type, bcc_email'.
', allow_ip, password_complexity, plugins, lock_spec'.
', workday_minutes, config, created, created_ip, created_by)';
$values .= $mdb2->quote($fields['parent_id']);
$values .= ', '.$mdb2->quote($fields['org_id']);
$values .= ', '.$mdb2->quote(trim($fields['name']));
+ $values .= ', '.$mdb2->quote(trim($fields['description']));
$values .= ', '.$mdb2->quote(trim($fields['currency']));
$values .= ', '.$mdb2->quote($fields['decimal_mark']);
$values .= ', '.$mdb2->quote($fields['lang']);
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.27.4498 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.27.4499 | 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>