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

Diff of /contributions/modules/mysite/mysite.module

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

revision 1.94, Tue Apr 1 00:55:56 2008 UTC revision 1.95, Sun Apr 6 23:08:25 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: mysite.module,v 1.93 2008/02/13 01:27:07 agentken Exp $  // $Id: mysite.module,v 1.94 2008/04/01 00:55:56 agentken Exp $
3    
4    
5  /**  /**
# Line 21  Line 21 
21    
22  /**  /**
23   * @file   * @file
24   * Creates and manages custom user pages for viewing site content.   * Core module file for the MySite module.
25   *   *
26   * @ingroup mysite   * @ingroup mysite
27   */   */
28    
29  /**  /**
30   * Implementation of hook_help().   * Implementation of hook_help().
31    */   */
32  function mysite_help($section) {  function mysite_help($section) {
33    switch ($section) {    switch ($section) {
34      case 'admin/help#mysite':      case 'admin/help#mysite':

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95

  ViewVC Help
Powered by ViewVC 1.1.2