code cleanup
This commit is contained in:
@@ -13,8 +13,8 @@ function booking_available_leadhelp_select_form($node, &$form_state, $group_id)
|
||||
global $event;
|
||||
|
||||
//see http://www.jaypan.com/blog/themeing-drupal-7-forms-tables-checkboxes-or-radios
|
||||
$form = array ();
|
||||
$options = array ();
|
||||
$form = array();
|
||||
$options = array();
|
||||
$group_options = array();
|
||||
$session_options = array();
|
||||
|
||||
@@ -358,8 +358,8 @@ function booking_studygroups_edit_form($node, &$form_state, $nid) {
|
||||
global $event;
|
||||
|
||||
//see http://www.jaypan.com/blog/themeing-drupal-7-forms-tables-checkboxes-or-radios
|
||||
$form = array ();
|
||||
$rows = array ();
|
||||
$form = array();
|
||||
$rows = array();
|
||||
$session_options = array();
|
||||
$readinggroup_options = array();
|
||||
$session_options[0] = '';
|
||||
|
Reference in New Issue
Block a user