From ea7c718af656b7bdd9dadac6c171159a7f42a618 Mon Sep 17 00:00:00 2001 From: quix0r Date: Sat, 9 Jul 2011 12:46:22 +0000 Subject: [PATCH] Removed --- inc/modules/admin/what-list_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/modules/admin/what-list_user.php b/inc/modules/admin/what-list_user.php index 1ba71b686e..9e38373de1 100644 --- a/inc/modules/admin/what-list_user.php +++ b/inc/modules/admin/what-list_user.php @@ -142,7 +142,7 @@ LIMIT 1", // Link to email_details if some are sent if ($content['emails_sent'] > 0) { - $content['emails_sent'] = $base . '&what=email_details&userid=' . $content['userid'] . '%}">}{%pipe,translateComma=' . $content['emails_sent'] . '%}]'; + $content['emails_sent'] = $base . '&what=email_details&userid=' . $content['userid'] . '%}">{%pipe,translateComma=' . $content['emails_sent'] . '%}]'; } // END - if // Clickrate -- 2.39.5