]> wagnertech.de Git - timetracker.git/commitdiff
Removed no longer needed comment.
authoranuko <support@anuko.com>
Sun, 30 Jul 2017 12:35:02 +0000 (12:35 +0000)
committeranuko <support@anuko.com>
Sun, 30 Jul 2017 12:35:02 +0000 (12:35 +0000)
WEB-INF/lib/ttUserHelper.class.php
WEB-INF/templates/footer.tpl

index 4c68645e3ffbecb8d2c72be215380a1e23b2a31c..cc8b90de072b4d970ff170915e6385ef0de35666 100644 (file)
@@ -247,8 +247,6 @@ class ttUserHelper {
   }
 
   // markDeleted - marks user and its associated things as deleted.
-  // TODO: address the problem when a deleted user has a scheduled notification configured,
-  // in which case all other notifications may stop working because of MySQL syntax error.
   static function markDeleted($user_id) {
     $mdb2 = getConnection();
     global $user;
index f5d66e5f0d5b9308d0aa46e299ab4cb21ddb24a2..dbaf8b114bc9a98f6a4e62bc130f08488da3b64d 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.11.47.3651 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.11.47.3652 | 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>