Index: cck_select_other.api.php
===================================================================
--- cck_select_other.api.php	(revision 3033)
+++ cck_select_other.api.php	(working copy)
@@ -23,7 +23,7 @@
  * @return An associative array where each element is an array of options to be merged.
  */
 function hook_cck_select_other_options($field, $options) {
-  if ($field['module'] == 'content_taxonomy']) {
+  if ($field['module'] == 'content_taxonomy') {
     // Create some more options.
     $options = array(
       'key' => array(

