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

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

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

revision 1.3.2.6, Fri Aug 29 11:04:16 2008 UTC revision 1.3.2.7, Mon Sep 1 03:18:45 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: system_service.module,v 1.3.2.5 2008/08/29 10:17:26 brmassa Exp $  // $Id: system_service.module,v 1.3.2.6 2008/08/29 11:04:16 brmassa Exp $
3  /**  /**
4   * @author Services Dev Team   * @author Services Dev Team
5   * @file   * @file
# Line 33  function system_service_service() { Line 33  function system_service_service() {
33        '#method'   => 'system.connect',        '#method'   => 'system.connect',
34        '#callback' => 'system_service_connect',        '#callback' => 'system_service_connect',
35        '#auth'     => FALSE,        '#auth'     => FALSE,
36          '#key'      => FALSE,
37        '#return'   => 'struct',        '#return'   => 'struct',
38        '#help'     => t('Returns an object containing a sessid and user.')),        '#help'     => t('Returns an object containing a sessid and user.')),
39    

Legend:
Removed from v.1.3.2.6  
changed lines
  Added in v.1.3.2.7

  ViewVC Help
Powered by ViewVC 1.1.2