/[drupal]/contributions/modules/invite/invite_token.inc
ViewVC logotype

Diff of /contributions/modules/invite/invite_token.inc

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

revision 1.5, Tue Sep 2 17:02:14 2008 UTC revision 1.6, Fri Oct 9 20:28:19 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: invite_token.inc,v 1.4 2008/08/20 13:26:12 smk Exp $  // $Id: invite_token.inc,v 1.5 2008/09/02 17:02:14 smk Exp $
3    
4    /**
5     * @file
6     * Token integration functions for invite module.
7     */
8    
9  /**  /**
10   * Implementation of hook_token_values().   * Implementation of hook_token_values().
# Line 37  function invite_token_list($type = 'all' Line 42  function invite_token_list($type = 'all'
42   * of their replacement values.   * of their replacement values.
43   *   *
44   * @param type   * @param type
45   *    The token types to display documentation for. Defaults to 'all'.   *   The token types to display documentation for. Defaults to 'all'.
46   * @param prefix   * @param prefix
47   *    The prefix your module will use when parsing tokens. Defaults to '['   *   The prefix your module will use when parsing tokens. Defaults to '['
48   * @param suffix   * @param suffix
49   *    The suffix your module will use when parsing tokens. Defaults to ']'   *   The suffix your module will use when parsing tokens. Defaults to ']'
50   * @return An HTML table containing the formatting docs.   * @return
51     *   An HTML table containing the formatting docs.
52   */   */
53  function theme_invite_token_help($type = 'all', $prefix = '[', $suffix = ']') {  function theme_invite_token_help($type = 'all', $prefix = '[', $suffix = ']') {
54    token_include();    token_include();

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2