drupalchat_ur.module in DrupalChat 6
Provides integration with User Relationship.
File
drupalchat_ur.moduleView 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
Name | Description |
---|---|
drupalchat_ur_help | Implementation of hook_help(). |