Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1.2.1.2.11, Sun Nov 1 14:49:36 2009 UTC | revision 1.1.2.1.2.12, Sun Nov 8 08:35:20 2009 UTC | |
|---|---|---|
| # | Line 104 function office_hours_field_info() { | Line 104 function office_hours_field_info() { |
| 104 | function office_hours_field_settings($op, $field) { | function office_hours_field_settings($op, $field) { |
| 105 | switch ($op) { | switch ($op) { |
| 106 | case 'form': | case 'form': |
| 107 | $options = _office_hours_create_hours_arr($field, FALSE); | //$options = _office_hours_create_hours_arr($field, FALSE); |
| 108 | $form = array(); | $form = array(); |
| 109 | $form['hoursformat'] = array( | $form['hoursformat'] = array( |
| 110 | '#type' => 'select', | '#type' => 'select', |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |