/[drupal]/contributions/modules/unique_avatar/unique_avatar.module
ViewVC logotype

Diff of /contributions/modules/unique_avatar/unique_avatar.module

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

revision 1.1, Tue Jan 29 18:08:51 2008 UTC revision 1.2, Tue Jan 29 18:54:38 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: unique_avatar.module,v 1.1 2008/01/29 18:08:51 jscheel Exp $
3    
4  /**  /**
5   * hook_user() implementation   * @file unique_avatar.module
6     *
7     * Full module implementation, creates unique user picture filenames
8     */
9    
10    /**
11     * Implementation of hook_user()
12   */   */
13  function unique_avatar_user($type, &$edit, &$user, $category = NULL) {  function unique_avatar_user($type, &$edit, &$user, $category = NULL) {
14    if ($type == 'submit' && $category == 'account') {    if ($type == 'submit' && $category == 'account') {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2