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

Diff of /contributions/modules/transcription/transcription.module

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

revision 1.3, Tue Oct 28 14:43:59 2008 UTC revision 1.4, Tue Oct 28 14:50:12 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: transcription.module,v 1.2 2008/10/28 14:42:14 aaron Exp $  // $Id: transcription.module,v 1.3 2008/10/28 14:43:59 aaron Exp $
3    
4  // Initial code by Jonathan DeLaigle (grndlvl).  // Initial code by Jonathan DeLaigle (grndlvl).
5  // Modified by Aaron Winborn for the Media Transcriptions module.  // Modified by Aaron Winborn for the Media Transcriptions module.
# Line 14  Line 14 
14    */    */
15  function transcription_field_info() {  function transcription_field_info() {
16    return array(    return array(
17      'transcription' => array('label' => 'Transcription'),      'transcription' => array('label' => 'Media Transcription'),
18    );    );
19  }  }
20    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2