| 3 |
* @file |
* @file |
| 4 |
* @copyright 2008 Sieb Unlimited, LLC |
* @copyright 2008 Sieb Unlimited, LLC |
| 5 |
* @license @see(LICENSE.txt) |
* @license @see(LICENSE.txt) |
| 6 |
* $Id: datafeed.module,v 1.1 2008/01/31 16:11:11 earnie Exp $ |
* $Id: datafeed.module,v 1.2 2008/04/02 18:10:25 earnie Exp $ |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
/** |
/** |
| 17 |
* Define publisher datafeed help function via hook_help API. |
* Define publisher datafeed help function via hook_help API. |
| 18 |
*/ |
*/ |
| 19 |
function pub_datafeed_help($what) { |
function pub_datafeed_help($what) { |
| 20 |
|
$output = NULL; |
| 21 |
switch ($what) { |
switch ($what) { |
| 22 |
case 'admin/help#publisher': |
case 'admin/help#publisher': |
| 23 |
case 'admin/help#datafeed': { |
case 'admin/help#datafeed': { |