Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.4, Mon Sep 4 14:46:20 2006 UTC | revision 1.5, Mon Sep 4 19:44:05 2006 UTC | |
|---|---|---|
| # | Line 75 function node_gdata($op, $path = '') { | Line 75 function node_gdata($op, $path = '') { |
| 75 | 'enabled' => 'true', | 'enabled' => 'true', |
| 76 | 'implements' => array('read'), | 'implements' => array('read'), |
| 77 | 'path' => 'node', | 'path' => 'node', |
| 78 | 'help' => t('This is just a testing of GData hook, for node module'), | 'help' => t('This is an implementation of syndication through GData for node data'), |
| 79 | ); | ); |
| 80 | break; | break; |
| 81 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |