Cosmetic improvements.
authorNik Okuntseff <support@anuko.com>
Thu, 15 Nov 2018 15:31:17 +0000 (15:31 +0000)
committerNik Okuntseff <support@anuko.com>
Thu, 15 Nov 2018 15:31:17 +0000 (15:31 +0000)
WEB-INF/lib/ttGroupHelper.class.php
WEB-INF/resources/nl.lang.php
WEB-INF/templates/footer.tpl

index 44dc3e1..128650c 100644 (file)
@@ -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')) {
index af118f1..fb2e9b4 100644 (file)
@@ -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.
index d998233..89261e3 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.18.12.4426 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.12.4427 | Copyright &copy; <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>