updated core to 7.65
This commit is contained in:
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
+3
-3
@@ -12,7 +12,7 @@ files[] = system.test
|
||||
required = TRUE
|
||||
configure = admin/config/system
|
||||
|
||||
; Information added by Drupal.org packaging script on 2019-01-16
|
||||
version = "7.63"
|
||||
; Information added by Drupal.org packaging script on 2019-03-20
|
||||
version = "7.65"
|
||||
project = "drupal"
|
||||
datestamp = "1547681965"
|
||||
datestamp = "1553100118"
|
||||
|
||||
Executable → Regular
+1
-1
@@ -2870,7 +2870,7 @@ function system_update_7061(&$sandbox) {
|
||||
if (!db_table_exists('system_update_7061')) {
|
||||
$table = array(
|
||||
'description' => t('Stores temporary data for system_update_7061.'),
|
||||
'fields' => array('vid' => array('type' => 'int')),
|
||||
'fields' => array('vid' => array('type' => 'int', 'not null' => TRUE)),
|
||||
'primary key' => array('vid'),
|
||||
);
|
||||
db_create_table('system_update_7061', $table);
|
||||
|
||||
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
Executable → Regular
@@ -5,7 +5,7 @@ version = VERSION
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2019-01-16
|
||||
version = "7.63"
|
||||
; Information added by Drupal.org packaging script on 2019-03-20
|
||||
version = "7.65"
|
||||
project = "drupal"
|
||||
datestamp = "1547681965"
|
||||
datestamp = "1553100118"
|
||||
|
||||
@@ -5,7 +5,7 @@ version = VERSION
|
||||
core = 7.x
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by Drupal.org packaging script on 2019-01-16
|
||||
version = "7.63"
|
||||
; Information added by Drupal.org packaging script on 2019-03-20
|
||||
version = "7.65"
|
||||
project = "drupal"
|
||||
datestamp = "1547681965"
|
||||
datestamp = "1553100118"
|
||||
|
||||
Executable → Regular
Reference in New Issue
Block a user