diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/contact/contact.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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')), |