# This patch file was generated by NetBeans IDE
# This patch can be applied using context Tools: Apply Diff Patch action on respective folder.
# It uses platform neutral UTF-8 encoding.
# Above lines and this line are ignored by the patching process.
Index: contributions/modules/rules_views/rules_views_executor_plugin_row_ruleset.inc
--- contributions/modules/rules_views/rules_views_executor_plugin_row_ruleset.inc Base (1.4)
+++ contributions/modules/rules_views/rules_views_executor_plugin_row_ruleset.inc Locally Modified (Based On 1.4)
@@ -112,7 +112,7 @@
 
     foreach ($all_rules_arguments as $rules_id_arg_id => $argument) {
       list($rules_id, $arg_id) = explode(':', $rules_id_arg_id, 2);
-      if ($this->_is_rules_argument_identifiable($argument['type'])) {
+      
         $form['arguments'][$rules_id][$arg_id] = array(
           '#type' => 'select',
           '#title' => t('@label (type: %type)', array('@label' => $argument['label'], '%type' => $argument['type'])),
@@ -121,34 +121,11 @@
           '#dependency' => array('edit-row-options-ruleset' => array($rules_id)),
           '#process' => array('views_process_dependency'),
         );
-      }
-      elseif ($this->_is_rules_argument_formable($argument['type'])) {
-        /*
-        $form['arguments'][$rules_id][$arg_id] = array(
-          '#type' => 'markup',
-          '#value' => t('@label (type: %type) is needs a form, I can\'t do this right now, sorry. Maybe help out in the issue queues.', array('@label' => $argument['label'], '%type' => $argument['type'])),
-          '#dependency' => array('edit-row-options-ruleset' => array($rules_id)),
-          '#process' => array('views_process_dependency'),
-        );
-        */
 
       }
-      else {
-        /*
-        $form['arguments'][$rules_id][$arg_id] = array(
-          '#type' => 'markup',
-          '#value' => t('@label (type: %type) I\'m not entirely sure what to do with this argument, sorry.', array('@label' => $argument['label'], '%type' => $argument['type'])),
-          '#dependency' => array('edit-row-options-ruleset' => array($rules_id)),
-          '#process' => array('views_process_dependency'),
-        );
-        */
-      }
 
-
     }
 
-  }
-
   function options_submit($form, &$form_state) {
     // Remove the array structure from the arguments collection:
     $arguments = isset($form_state['values']['row_options']['arguments'][$form_state['values']['row_options']['ruleset']]) ? $form_state['values']['row_options']['arguments'][$form_state['values']['row_options']['ruleset']] : array();
