/[drupal]/contributions/modules/kt/kt_docreference.module
ViewVC logotype

Diff of /contributions/modules/kt/kt_docreference.module

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

revision 1.1.2.1, Wed Aug 12 09:32:28 2009 UTC revision 1.1.2.2, Fri Aug 14 21:20:07 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: kt_docreference.module,v 1.1.2.1 2009/08/12 09:32:28 alexpott Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 40  function kt_docreference_field_settings( Line 40  function kt_docreference_field_settings(
40    
41      case 'database columns':      case 'database columns':
42        $columns = array(        $columns = array(
43          'value' => array('type' => 'int', 'length' => 11, 'sortable' => FALSE),          'value' => array('type' => 'int', 'size'=>'big', 'not null' => FALSE, 'sortable' => FALSE),
44        );        );
45        return $columns;        return $columns;
46    }    }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2