Index: faq.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/faq/faq.module,v
retrieving revision 1.1.4.56
retrieving revision 1.1.4.53
diff -u -r1.1.4.56 -r1.1.4.53
--- faq.module  17 Sep 2007 10:59:02 -0000      1.1.4.56
+++ faq.module  5 Sep 2007 14:37:15 -0000       1.1.4.53
@@ -1,5 +1,5 @@
 <?php
-// $Id: faq.module,v 1.1.4.56 2007/09/17 10:59:02 snpower Exp $
+// $Id: faq.module,v 1.1.4.53 2007/09/05 14:37:15 snpower Exp $

 /**
  * Display help and module information
@@ -521,7 +521,6 @@
       '#description' => t("This determines the order of the questions and answers on the FAQ page.  Just select one or more questions and use the arrows to change their position in the list.  You can also order the list by the question creation date $desc or $asc."),
       '#options' => $options,
       '#multiple' => TRUE,
-      '#size' => min(20, count($options)),
     );
     $form['weight']['move_up'] = array(
       '#type' => 'markup',
@@ -540,7 +539,6 @@
       '#weight' => 3,
       '#attributes' => array('onclick' => 'faq_update_order();'),
     );
-    $form['#redirect'] = "admin/settings/faq/weight";
   }

