/[drupal]/contributions/modules/office_hours/office_hours.module
ViewVC logotype

Diff of /contributions/modules/office_hours/office_hours.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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',

Legend:
Removed from v.1.1.2.1.2.11  
changed lines
  Added in v.1.1.2.1.2.12

  ViewVC Help
Powered by ViewVC 1.1.2