From 5f1e536c60f1b70dae7253e7ce7256b5f030074c Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Thu, 15 Nov 2018 15:31:17 +0000 Subject: [PATCH] Cosmetic improvements. --- WEB-INF/lib/ttGroupHelper.class.php | 2 +- WEB-INF/resources/nl.lang.php | 2 +- WEB-INF/templates/footer.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WEB-INF/lib/ttGroupHelper.class.php b/WEB-INF/lib/ttGroupHelper.class.php index 44dc3e1b..128650c6 100644 --- a/WEB-INF/lib/ttGroupHelper.class.php +++ b/WEB-INF/lib/ttGroupHelper.class.php @@ -36,7 +36,7 @@ class ttGroupHelper { $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')) { diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index af118f14..fb2e9b42 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -100,7 +100,7 @@ $i18n_key_words = array( '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. diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index d9982336..89261e30 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.12.4426 | Copyright © Anuko | +  Anuko Time Tracker 1.18.12.4427 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1