X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/00b04fd2b07cfd576ffb038c750bf955ca7f87a6..e0fcf2e0ee45de5680010e1d26e53ea7a8dc2f8a:/WEB-INF/lib/ttUserHelper.class.php diff --git a/WEB-INF/lib/ttUserHelper.class.php b/WEB-INF/lib/ttUserHelper.class.php index 4c68645e..cc8b90de 100644 --- a/WEB-INF/lib/ttUserHelper.class.php +++ b/WEB-INF/lib/ttUserHelper.class.php @@ -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;