/[drupal]/contributions/modules/signup/signup_no_views.inc
ViewVC logotype

Diff of /contributions/modules/signup/signup_no_views.inc

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

revision 1.4, Sat Jan 26 03:02:39 2008 UTC revision 1.5, Fri Aug 1 04:16:06 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: signup_no_views.inc,v 1.4 2008/01/26 03:02:39 dww Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 45  function signup_block($op = 'list', $del Line 45  function signup_block($op = 'list', $del
45  }  }
46    
47  /**  /**
48   * Implementation of hook_user().   * Private helper as a partial implementation of hook_user().
49   * @ingroup signup_core   * @see signup_user()
50   */   */
51  function signup_user($op, &$edit, &$user, $category = NULL) {  function _signup_user_no_views($op, &$edit, &$user, $category = NULL) {
52    switch ($op) {    switch ($op) {
53      case 'view':      case 'view':
54        // grab list of events the user signed up for.        // grab list of events the user signed up for.

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

  ViewVC Help
Powered by ViewVC 1.1.2