Index: modules/contact/contact.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/contact/contact.admin.inc,v
retrieving revision 1.8
diff -u -p -r1.8 contact.admin.inc
--- modules/contact/contact.admin.inc	8 Mar 2009 05:08:22 -0000	1.8
+++ modules/contact/contact.admin.inc	25 Mar 2009 06:48:44 -0000
@@ -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')),
