Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
xmlsitemap
Commits
2e94ea85
Commit
2e94ea85
authored
Aug 29, 2010
by
Dave Reid
Browse files
by Dave Reid: Convert the xmlsitemap_max_filesize variable to a max_filesize column.
parent
c3e77a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
xmlsitemap.install
View file @
2e94ea85
...
...
@@ -455,7 +455,6 @@ function xmlsitemap_update_6202() {
* per-sitemap.
*/
function
xmlsitemap_update_6203
()
{
db_drop_field
(
'xmlsitemap_sitemap'
,
'max_filesize'
);
if
(
!
db_field_exists
(
'xmlsitemap_sitemap'
,
'max_filesize'
))
{
drupal_load
(
'module'
,
'xmlsitemap'
);
...
...
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