Parent Directory
|
Revision Log
|
Revision Graph
|
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 | ?> | ?> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |