From 4bcf38029656fa3ad2e1914f531491ef90320c23 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Sun, 15 Aug 2010 22:43:42 -0700 Subject: fix notification msgs --- mod/notifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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), -- cgit v1.2.3