Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
82ca828b
Commit
82ca828b
authored
Sep 08, 2006
by
Neil Drumm
Browse files
#82806
by dww. Remove warning for updating without performing any updates.
parent
b7341701
Changes
1
Hide whitespace changes
Inline
Side-by-side
update.php
View file @
82ca828b
...
...
@@ -420,7 +420,7 @@ function update_progress_page() {
* the overall percentage finished. The second element is a status message.
*/
function
update_do_updates
()
{
while
((
$update
=
reset
(
$_SESSION
[
'update_remaining'
])))
{
while
(
isset
(
$_SESSION
[
'update_remaining'
])
&&
(
$update
=
reset
(
$_SESSION
[
'update_remaining'
])))
{
$update_finished
=
update_data
(
$update
[
'module'
],
$update
[
'version'
]);
if
(
$update_finished
==
1
)
{
// Dequeue the completed update.
...
...
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