Index: category.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/category/category.module,v
retrieving revision 1.124.2.2.2.4
diff -u -r1.124.2.2.2.4 category.module
--- category.module	7 Mar 2007 14:38:56 -0000	1.124.2.2.2.4
+++ category.module	27 Mar 2007 10:59:51 -0000
@@ -1398,8 +1398,8 @@
         $parents = array($parent_cont);
       }
 
-      $options = _category_category_select_options($cnid, $multiple, '<'. t('root') .'>', $parents, $exclude);
-      foreach ($options as $key => $value) {
+      $select_options = _category_category_select_options($cnid, $multiple, '<'. t('root') .'>', $parents, $exclude);
+      foreach ($select_options as $key => $value) {
         $value = $value->option;
         end($value);
         $key = key($value);
