| 1 |
<?php |
<?php |
| 2 |
// $Id: user_service.module,v 1.3.2.3 2008/08/29 04:59:51 brmassa Exp $ |
// $Id: user_service.module,v 1.3.2.4 2008/08/29 10:25:08 brmassa Exp $ |
| 3 |
/** |
/** |
| 4 |
* @author Services Dev Team |
* @author Services Dev Team |
| 5 |
* @file |
* @file |
| 9 |
/** |
/** |
| 10 |
* Implementation of hook_help(). |
* Implementation of hook_help(). |
| 11 |
*/ |
*/ |
|
|
|
| 12 |
function user_service_help($path, $arg) { |
function user_service_help($path, $arg) { |
| 13 |
switch ($path) { |
switch ($path) { |
| 14 |
case 'admin/help#services_user': |
case 'admin/help#services_user': |
| 21 |
/** |
/** |
| 22 |
* Implementation of hook_service(). |
* Implementation of hook_service(). |
| 23 |
*/ |
*/ |
|
|
|
| 24 |
function user_service_service() { |
function user_service_service() { |
| 25 |
return array( |
return array( |
| 26 |
|
|