/[drupal]/contributions/modules/bot/bot_agotchi/bot_agotchi.module
ViewVC logotype

Diff of /contributions/modules/bot/bot_agotchi/bot_agotchi.module

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

revision 1.4.2.5.2.1 by morbus, Wed Apr 9 01:02:02 2008 UTC revision 1.4.2.5.2.2 by morbus, Fri Apr 25 01:29:03 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: bot_agotchi.module,v 1.4.2.5 2007/06/29 02:38:43 morbus Exp $  // $Id: bot_agotchi.module,v 1.4.2.5.2.1 2008/04/09 01:02:02 morbus Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 27  function bot_agotchi_help($path, $arg) { Line 27  function bot_agotchi_help($path, $arg) {
27  /**  /**
28   * Implementation of hook_menu().   * Implementation of hook_menu().
29   */   */
30  function bot_agotchi_menu($may_cache) {  function bot_agotchi_menu() {
31    $items['admin/settings/bot/agotchi'] = array(    $items['admin/settings/bot/agotchi'] = array(
32      'access arguments'  => array('administer bot'),      'access arguments'  => array('administer bot'),
33      'description'       => 'Configure your botagotchi with these settings.',      'description'       => 'Configure your botagotchi with these settings.',

Legend:
Removed from v.1.4.2.5.2.1  
changed lines
  Added in v.1.4.2.5.2.2

  ViewVC Help
Powered by ViewVC 1.1.3