X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/00b04fd2b07cfd576ffb038c750bf955ca7f87a6..1b6699f3d4ad1961fa4055ec0033bc10f0b06b83:/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;