| 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 |
| 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. |