/[drupal]/contributions/modules/votingapi/views/votingapi_views_handler_relationship.inc
ViewVC logotype

Diff of /contributions/modules/votingapi/views/votingapi_views_handler_relationship.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.7, Wed Jul 8 15:55:34 2009 UTC revision 1.1.2.8, Sat Aug 15 17:58:06 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: votingapi_views_handler_relationship.inc,v 1.1.2.6 2009/07/07 03:51:12 eaton Exp $  // $Id: votingapi_views_handler_relationship.inc,v 1.1.2.7 2009/07/08 15:55:34 eaton Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 150  class votingapi_views_handler_relationsh Line 150  class votingapi_views_handler_relationsh
150      if ($v['function'] == '**OTHER**') {      if ($v['function'] == '**OTHER**') {
151        $form_state['values']['options']['votingapi']['function'] = $v['function_other'];        $form_state['values']['options']['votingapi']['function'] = $v['function_other'];
152      }      }
153    
154        foreach (array('function_other', 'value_type_other', 'tag_other') as $key) {
155          unset($form_state['values']['options']['votingapi'][$key]);
156        }
157    }    }
158    
159    /**    /**

Legend:
Removed from v.1.1.2.7  
changed lines
  Added in v.1.1.2.8

  ViewVC Help
Powered by ViewVC 1.1.2