Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
page_title
Commits
988b636b
Commit
988b636b
authored
May 19, 2009
by
Nicholas Thompson
Browse files
Addition to the updated to stop the update in Drupal 5 happening in Drupal 6 too...
parent
0e3ad038
Changes
1
Hide whitespace changes
Inline
Side-by-side
page_title.install
View file @
988b636b
...
@@ -37,6 +37,10 @@ function page_title_schema() {
...
@@ -37,6 +37,10 @@ function page_title_schema() {
function
page_title_update_6200
()
{
function
page_title_update_6200
()
{
$ret
=
array
();
$ret
=
array
();
if
(
db_column_exists
(
'page_title'
,
'id'
))
{
return
$ret
;
}
db_create_table
(
$ret
,
'page_title_temp'
,
array
(
db_create_table
(
$ret
,
'page_title_temp'
,
array
(
'fields'
=>
array
(
'fields'
=>
array
(
'type'
=>
array
(
'type'
=>
'varchar'
,
'length'
=>
15
,
'not null'
=>
TRUE
,
'default'
=>
'node'
),
'type'
=>
array
(
'type'
=>
'varchar'
,
'length'
=>
15
,
'not null'
=>
TRUE
,
'default'
=>
'node'
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment