/[drupal]/contributions/modules/importexportapi/definitions/importexportapi_comment.inc
ViewVC logotype

Diff of /contributions/modules/importexportapi/definitions/importexportapi_comment.inc

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

revision 1.10, Tue Dec 26 07:05:01 2006 UTC revision 1.10.4.1, Wed May 6 18:30:49 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: importexportapi_comment.inc,v 1.9 2006/09/11 14:49:25 jaza Exp $  // $Id: importexportapi_comment.inc,v 1.10 2006/12/26 07:05:01 jaza Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 61  function comment_def() { Line 61  function comment_def() {
61      '#type' => 'datetime',      '#type' => 'datetime',
62      '#title' => t('Last modified date')      '#title' => t('Last modified date')
63    );    );
   $def['score'] = array(  
     '#type' => 'int',  
     '#title' => t('Score')  
   );  
64    $def['status'] = array(    $def['status'] = array(
65      '#type' => 'int',      '#type' => 'int',
66      '#title' => t('Published')      '#title' => t('Published')

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

  ViewVC Help
Powered by ViewVC 1.1.2