| 1 |
<?php // $Id$ |
<?php // $Id: votesmart_factory.inc,v 1.1 2008/08/06 05:47:08 vauxia Exp $ |
| 2 |
|
|
| 3 |
function votesmart_factory() { |
function votesmart_factory() { |
| 4 |
require_once(drupal_get_path('module', 'votesmart') .'/votesmart.inc'); |
require_once(drupal_get_path('module', 'votesmart') .'/votesmart.inc'); |
| 109 |
// Default field definition. |
// Default field definition. |
| 110 |
$field = array( |
$field = array( |
| 111 |
'label' => $table_field['description'], |
'label' => $table_field['description'], |
| 112 |
'field_name' => $field_name, // TODO not specific enough. |
'field_name' => 'field_'. $field_name, // TODO not specific enough. |
| 113 |
'type' => 'text', |
'type' => 'text', |
| 114 |
'widget_type' => 'text_textfield', |
'widget_type' => 'text_textfield', |
| 115 |
'required' => '0', |
'required' => '0', |