uppdated modules
This commit is contained in:
@@ -6,9 +6,9 @@ files[] = entity_feature.module
|
||||
dependencies[] = entity_test
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2014-04-08
|
||||
version = "7.x-1.5"
|
||||
; Information added by Drupal.org packaging script on 2016-09-22
|
||||
version = "7.x-1.8"
|
||||
core = "7.x"
|
||||
project = "entity"
|
||||
datestamp = "1396975454"
|
||||
datestamp = "1474546503"
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@ files[] = entity_test.install
|
||||
dependencies[] = entity
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2014-04-08
|
||||
version = "7.x-1.5"
|
||||
; Information added by Drupal.org packaging script on 2016-09-22
|
||||
version = "7.x-1.8"
|
||||
core = "7.x"
|
||||
project = "entity"
|
||||
datestamp = "1396975454"
|
||||
datestamp = "1474546503"
|
||||
|
||||
|
||||
@@ -51,8 +51,14 @@ function entity_test_schema() {
|
||||
'uid' => array('uid'),
|
||||
),
|
||||
'foreign keys' => array(
|
||||
'uid' => array('users' => 'uid'),
|
||||
'name' => array('entity_test_types' => 'name'),
|
||||
'uid' => array(
|
||||
'table' => 'users',
|
||||
'columns' => array('uid' => 'uid')
|
||||
),
|
||||
'name' => array(
|
||||
'table' => 'entity_test_types',
|
||||
'columns' => array('name' => 'name')
|
||||
),
|
||||
),
|
||||
'primary key' => array('pid'),
|
||||
);
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Test moduel for the entity API.
|
||||
* Test module for the entity API.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -5,9 +5,9 @@ dependencies[] = i18n_string
|
||||
package = Multilingual - Internationalization
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
; Information added by Drupal.org packaging script on 2014-04-08
|
||||
version = "7.x-1.5"
|
||||
; Information added by Drupal.org packaging script on 2016-09-22
|
||||
version = "7.x-1.8"
|
||||
core = "7.x"
|
||||
project = "entity"
|
||||
datestamp = "1396975454"
|
||||
datestamp = "1474546503"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user