aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notifications.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-15 22:43:42 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-15 22:43:42 -0700
commit4bcf38029656fa3ad2e1914f531491ef90320c23 (patch)
tree4eba36d95649b68a148869b791e28c59fdae9980 /mod/notifications.php
parent35e29e10e69dfb086e990d852aa6b5006ce31d1b (diff)
downloadvolse-hubzilla-4bcf38029656fa3ad2e1914f531491ef90320c23.tar.gz
volse-hubzilla-4bcf38029656fa3ad2e1914f531491ef90320c23.tar.bz2
volse-hubzilla-4bcf38029656fa3ad2e1914f531491ef90320c23.zip
fix notification msgs
Diffstat (limited to 'mod/notifications.php')
-rw-r--r--mod/notifications.php2
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),