Skip to content
GitLab
About GitLab
GitLab: the DevOps platform
Explore GitLab
Install GitLab
How GitLab compares
Get started
GitLab docs
GitLab Learn
Pricing
Talk to an expert
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Projects
Groups
Snippets
Sign up now
Login
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
82f36196
Commit
82f36196
authored
Dec 20, 2014
by
Grazyna Jaworska
Browse files
Standardize inline comments.
parent
61d95186
Changes
1
Hide whitespace changes
Inline
Side-by-side
platform/migrate.provision.inc
View file @
82f36196
...
...
@@ -19,9 +19,8 @@ function drush_provision_drupal_provision_migrate_validate($platform = NULL) {
* Implementation of drush_hook_pre_COMMAND().
*/
function
drush_provision_drupal_pre_provision_migrate
(
$platform
,
$new_name
=
NULL
)
{
/* Set offline mode to true and re-generate the settings.php. This will write a
* $conf['site_offline'] = 1; to the settings.php
*/
// Set offline mode to true and re-generate the settings.php file.
// This will write a $conf['site_offline'] = 1; to the settings.php file.
drush_log
(
dt
(
"Putting site under maintenance"
));
d
()
->
site_enabled
=
FALSE
;
_provision_drupal_create_settings_file
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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