/[drupal]/contributions/modules/openresort/accommodation/hotel/hotel.module
ViewVC logotype

Diff of /contributions/modules/openresort/accommodation/hotel/hotel.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9, Wed Jan 2 22:14:25 2008 UTC revision 1.10, Sun Jan 27 21:24:56 2008 UTC
# Line 196  function hotel_fields($table = 'business Line 196  function hotel_fields($table = 'business
196          return array('nid','checkin','search_weight');          return array('nid','checkin','search_weight');
197  }  }
198    
199    function hotel_productapi (&$node, $op, $a3 = null, $a4 = null){
200      switch ($op) {
201            case 'attributes':
202          $attributes = array('is_shippable');
203          return $attributes;
204      }
205    }
206  ?>  ?>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.2