From f9693e5815f751a19b1d2321a9dbb330c21ddaa2 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 25 Mar 2009 13:45:00 +0000 Subject: #413060 by pp: Fix typo preventing contact categories from appearing in table. --- modules/contact/contact.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/contact/contact.admin.inc b/modules/contact/contact.admin.inc index a9671c924..6fa4404f0 100644 --- a/modules/contact/contact.admin.inc +++ b/modules/contact/contact.admin.inc @@ -19,7 +19,7 @@ function contact_admin_categories() { // Loop through the categories and add them to the table. foreach ($result as $record) { - $row[] = array( + $rows[] = array( $record->category, $record->recipients, ($record->selected ? t('Yes') : t('No')), -- cgit v1.2.3