diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-15 22:43:42 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-15 22:43:42 -0700 |
commit | 4bcf38029656fa3ad2e1914f531491ef90320c23 (patch) | |
tree | 4eba36d95649b68a148869b791e28c59fdae9980 /mod | |
parent | 35e29e10e69dfb086e990d852aa6b5006ce31d1b (diff) | |
download | volse-hubzilla-4bcf38029656fa3ad2e1914f531491ef90320c23.tar.gz volse-hubzilla-4bcf38029656fa3ad2e1914f531491ef90320c23.tar.bz2 volse-hubzilla-4bcf38029656fa3ad2e1914f531491ef90320c23.zip |
fix notification msgs
Diffstat (limited to 'mod')
-rw-r--r-- | mod/notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/notifications.php b/mod/notifications.php index 7d465e1c0..b5b97cc94 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -27,7 +27,7 @@ function notifications_post(&$a) { notice( t('Invalid request identifier.') . EOL); return; } - if($_POST['submit'] == t('Discard'() { + if($_POST['submit'] == t('Discard')) { $r = q("DELETE FROM `intro` WHERE `id` = %d LIMIT 1", intval($intro_id)); $r = q("DELETE `contact` WHERE `id` = %d AND `uid` = %d LIMIT 1", intval($request_id), |