From 6adf639a341b8954e911fce2d2bd3e7443a1426c Mon Sep 17 00:00:00 2001 From: simo Date: Wed, 8 Jun 2005 01:07:55 +0000 Subject: SQL CHANGES: New table CommentNotify with fields: PkgID UserID This implements emailing comment notifications, including a user option to enable/disable it on the package page. It uses php's mail() function to do it and sends to everyone on the notify list as BCC. This needs some more testing before public consumption. --- web/lang/account_po.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/lang/account_po.inc') diff --git a/web/lang/account_po.inc b/web/lang/account_po.inc index 833e68f..c246dca 100644 --- a/web/lang/account_po.inc +++ b/web/lang/account_po.inc @@ -327,4 +327,4 @@ $_t["en"]["You do not have permission to edit this account."] = "You do not have $_t["de"]["You do not have permission to edit this account."] = "Zugriff für das Bearbeiten dieses Benutzerkontos verweigert."; $_t["pl"]["You do not have permission to edit this account."] = "Nie masz uprawnień do edycji tego konta."; -?> +?> \ No newline at end of file -- cgit v1.2.3-54-g00ecf