Index: draggableviews.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/draggableviews/draggableviews.module,v
retrieving revision 1.6.2.36
diff -u -r1.6.2.36 draggableviews.module
--- draggableviews.module	29 Jan 2010 18:49:28 -0000	1.6.2.36
+++ draggableviews.module	4 Oct 2010 12:09:54 -0000
@@ -89,7 +89,7 @@
 /**
  * Build the form
  */
-function draggableviews_view_draggabletable_form($form_state, &$style_plugin) {
+function draggableviews_view_draggabletable_form($form_state, $style_plugin) {
   $view = $style_plugin->view;
   $options = $view->style_plugin->options;
 
