/[drupal]/contributions/modules/services/services/user_service/user_service.module
ViewVC logotype

Diff of /contributions/modules/services/services/user_service/user_service.module

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

revision 1.3.2.4, Fri Aug 29 10:25:08 2008 UTC revision 1.3.2.5, Mon Sep 1 00:55:22 2008 UTC
# Line 1  Line 1 
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
# Line 9  Line 9 
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':
# Line 22  function user_service_help($path, $arg) Line 21  function user_service_help($path, $arg)
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    

Legend:
Removed from v.1.3.2.4  
changed lines
  Added in v.1.3.2.5

  ViewVC Help
Powered by ViewVC 1.1.2