diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-11-10 19:26:57 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-02-07 10:39:22 +0100 |
commit | 3412de21d32708b44d1fb3011649734e3cc67d9b (patch) | |
tree | 8124b4cad4d68a01a0d8aeff90c9e8584d173541 /web/lib/acctfuncs.inc.php | |
parent | daee000604243b95e439167c97b3ee8cdc4f6ca3 (diff) | |
download | aur-3412de21d32708b44d1fb3011649734e3cc67d9b.tar.gz aur-3412de21d32708b44d1fb3011649734e3cc67d9b.tar.xz |
Rename the CommentNotify table to PackageNotifications
As a preparatory step to adding support for package notifications on
events other than comments, rename the database table accordingly.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/lib/acctfuncs.inc.php')
-rw-r--r-- | web/lib/acctfuncs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php index 6fb2b407..0c6388af 100644 --- a/web/lib/acctfuncs.inc.php +++ b/web/lib/acctfuncs.inc.php @@ -897,7 +897,7 @@ function user_delete($id) { $fields_delete = array( array("Sessions", "UsersID"), array("PackageVotes", "UsersID"), - array("CommentNotify", "UsersID") + array("PackageNotifications", "UsersID") ); $fields_set_null = array( |