/[drupal]/contributions/modules/audio/contrib/import/audio_import.module
ViewVC logotype

Diff of /contributions/modules/audio/contrib/import/audio_import.module

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

revision 1.10, Sun Dec 21 22:23:41 2008 UTC revision 1.11, Sun May 10 19:15:23 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  // $Id: audio_import.module,v 1.9 2008/09/30 03:54:29 drewish Exp $  // $Id: audio_import.module,v 1.10 2008/12/21 22:23:41 drewish Exp $
4    
5    /**
6     * Implementation of hook_help().
7     */
8  function audio_import_help($section, $arg) {  function audio_import_help($section, $arg) {
9    switch ($section) {    switch ($section) {
10      case 'admin/content/audio_import':      case 'admin/content/audio_import':
# Line 14  function audio_import_help($section, $ar Line 17  function audio_import_help($section, $ar
17    }    }
18  }  }
19    
20    /**
21     * Implementation of hook_menu().
22     */
23  function audio_import_menu() {  function audio_import_menu() {
24    $items = array();    $items = array();
25    
# Line 39  function audio_import_menu() { Line 45  function audio_import_menu() {
45    return $items;    return $items;
46  }  }
47    
   
48  /**  /**
49   * Implementation of hook_theme   * Implementation of hook_theme
50   */   */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.2