summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-04-04 22:00:51 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-04-04 22:00:51 +0000
commit1881ba04c13f99fbfaf4a92e754b676a2664bbc8 (patch)
tree41683425bf77ee5fc78151a6022b259b32b5d607 /update.php
parent0a5386eea7029f9f1a697abc181a72e7bad19fcf (diff)
downloadbrdo-1881ba04c13f99fbfaf4a92e754b676a2664bbc8.tar.gz
brdo-1881ba04c13f99fbfaf4a92e754b676a2664bbc8.tar.bz2
Simply code comment
Diffstat (limited to 'update.php')
-rw-r--r--update.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/update.php b/update.php
index 3105cbc55..63e8f4dc1 100644
--- a/update.php
+++ b/update.php
@@ -420,8 +420,7 @@ function update_do_updates() {
$percentage = 100;
}
- // $update['module'] will be unset (the while loop above wasn't entered) when
- // we are finished with all updates. Clear the cache.
+ // When no updates remain, clear the cache.
if (!isset($update['module'])) {
db_query('DELETE FROM {cache}');
}