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

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

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

revision 1.1.2.1.2.1, Thu Oct 15 03:54:05 2009 UTC revision 1.1.2.1.2.2, Mon Nov 2 19:42:33 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: comment_service.module,v 1.1.2.1 2009/06/06 22:57:40 marcingy Exp $  // $Id: comment_service.module,v 1.1.2.1.2.1 2009/10/15 03:54:05 marcingy Exp $
3  /**  /**
4   * @author Services Dev Team   * @author Services Dev Team
5   * @file   * @file
# Line 67  function comment_service_service() { Line 67  function comment_service_service() {
67          array(          array(
68            '#name'         => 'start',            '#name'         => 'start',
69            '#type'         => 'int',            '#type'         => 'int',
70            '#description'  => t('If count is set to non-zero value, You can pass also non-zero value for start. For example to get comments from 5 to 15, pass count=10 and start=5.'),            '#description'  => t('If count is set to non-zero value, you can pass also non-zero value for start. For example to get comments from 5 to 15, pass count=10 and start=5.'),
71          ),          ),
72        ),        ),
73        '#return' => 'array',        '#return' => 'array',

Legend:
Removed from v.1.1.2.1.2.1  
changed lines
  Added in v.1.1.2.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2