$mdb2 = getConnection();
$sql = "select id, name, created, lang from tt_groups".
- " where status = 1 and (org_id is NULL or org_id = id) order by id desc";
+ " where status = 1 and org_id = id order by id desc";
$res = $mdb2->query($sql);
$result = array();
if (!is_a($res, 'PEAR_Error')) {
'error.overlap' => 'De huidige registratie overlapt een reeds bestaande registratie.',
'error.future_date' => 'Datum ligt in de toekomst.',
'error.xml' => 'Fout in XML bestand in regel line %d: %s.',
-'error.cannot_import' => 'Kan niet importeren: %s.',
+'error.cannot_import' => 'Kan het volgende niet importeren: %s.',
'error.format' => 'Bestandsformaat niet valide.',
// Labels for buttons.
<br>
<table cellspacing="0" cellpadding="4" width="100%" border="0">
<tr>
- <td align="center"> Anuko Time Tracker 1.18.12.4426 | Copyright © <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+ <td align="center"> Anuko Time Tracker 1.18.12.4427 | 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>