diff options
author | simo <simo> | 2005-06-08 03:07:55 +0200 |
---|---|---|
committer | simo <simo> | 2005-06-08 03:07:55 +0200 |
commit | 6adf639a341b8954e911fce2d2bd3e7443a1426c (patch) | |
tree | 5e4c0d686db1569ec4c64784e0be5f05c4b68d22 /web/lang/test_po.inc | |
parent | 9c004010e3251d8d1b4f7430db22d3d721623577 (diff) | |
download | aur-6adf639a341b8954e911fce2d2bd3e7443a1426c.tar.gz aur-6adf639a341b8954e911fce2d2bd3e7443a1426c.tar.xz |
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.
Diffstat (limited to 'web/lang/test_po.inc')
-rw-r--r-- | web/lang/test_po.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lang/test_po.inc b/web/lang/test_po.inc index f54f06bc..390dc6bc 100644 --- a/web/lang/test_po.inc +++ b/web/lang/test_po.inc @@ -35,4 +35,4 @@ $_t["fr"]["My current language tag is: '%s'."] = "Ma étiquette de langue couran $_t["de"]["My current language tag is: '%s'."] = "Meine gegenwärtige Sprachflagge ist: '%s'."; $_t["pl"]["My current language tag is: '%s'."] = "Etykieta mojego obecnego języka to: '%s'."; -?> +?>
\ No newline at end of file |