Jeremy Newman : remove appdb email from message
Module: appdb Branch: master Commit: e0f6469db22025540ad40d93bd3d201c04584d54 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=e0f6469db22025540ad40d93b... Author: Jeremy Newman <jnewman(a)codeweavers.com> Date: Sun Nov 13 14:59:28 2016 -0600 remove appdb email from message --- include/maintainer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/maintainer.php b/include/maintainer.php index 910aaca..0fc6bb9 100644 --- a/include/maintainer.php +++ b/include/maintainer.php @@ -1471,7 +1471,6 @@ class maintainer // common end of our message $oNotificationUpdate->sMsg.= "\n\nThanks,\n"; $oNotificationUpdate->sMsg.= "Appdb Admins\n"; - $oNotificationUpdate->sMsg.= "<appdb(a)winehq.org>"; // save the notification level and notification time back into the database $sQuery = "update appMaintainers set notificationLevel = '?', notificationTime = ?".
participants (1)
-
Jeremy Newman