X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FttUserHelper.class.php;h=cc8b90de072b4d970ff170915e6385ef0de35666;hb=21a4caf9b07233e69ad230a4d4d5248b589c205b;hp=4c68645e3ffbecb8d2c72be215380a1e23b2a31c;hpb=00b04fd2b07cfd576ffb038c750bf955ca7f87a6;p=timetracker.git 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;