# 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/views_rotator/views_rotator.module
--- contributions/modules/views_rotator/views_rotator.module Base (1.4)
+++ contributions/modules/views_rotator/views_rotator.module Locally Modified (Based On 1.4)
@@ -31,10 +31,12 @@
 
   drupal_add_js(drupal_get_path('module', 'views_rotator') .'/views-rotator.js');
 
-  $view_settings['fx'] = 'fade';
+  $view_settings['fx'] = check_plain($options['fx']);
   $view_settings['timeout'] = check_plain($options['timeout']) * 1000;
   $view_settings['speed'] = check_plain($options['speed']) * 1000;
+  if (!empty($options['pause'])) {
   $view_settings['pause'] = check_plain($options['pause']);
+  }
\ No newline at end of file
   $view_settings['cleartype'] = 1;
   
   if (!empty($options['back_next_buttons'])) {
