You are here

drupalchat_ur.module in DrupalChat 6

Provides integration with User Relationship.

File

drupalchat_ur.module
View source
<?php

/**
 * @file
 * Provides integration with User Relationship.
 */

/**
 * Implementation of hook_help().
 */
function drupalchat_ur_help() {
  if ($path == 'admin/help#drupalchat') {
    $help_text = 'Provides integration with User Relationships.';
    return '<p>' . t($help_text) . '</p>';
  }
}

Functions

Namesort descending Description
drupalchat_ur_help Implementation of hook_help().