diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-16 12:49:30 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-16 12:49:30 +0000 |
commit | d8d6810f834d89d579a3928cc9f0983736c61d9f (patch) | |
tree | 53828cf5a5b6b822ce9455bb8f686cd91735fb85 /modules/update/update.module | |
parent | a8360ea7c98250bd9a35bbefa64e2e9ce38e532f (diff) | |
download | brdo-d8d6810f834d89d579a3928cc9f0983736c61d9f.tar.gz brdo-d8d6810f834d89d579a3928cc9f0983736c61d9f.tar.bz2 |
#210141 follow up by dww: cleaning up some code comments
Diffstat (limited to 'modules/update/update.module')
-rw-r--r-- | modules/update/update.module | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/modules/update/update.module b/modules/update/update.module index 887078334..66f712bb3 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -337,10 +337,11 @@ function update_get_available($refresh = FALSE) { } /** - * Implementation of hook_flush_caches(). The function update.php (among others) - * calls this hook to flush the caches. Since we're running update.php, we are - * likely to install a new version of something, in which case, we want to check - * for available update data again. + * Implementation of hook_flush_caches(). + * + * The function update.php (among others) calls this hook to flush the caches. + * Since we're running update.php, we are likely to install a new version of + * something, in which case, we want to check for available update data again. */ function update_flush_caches() { return array('cache_update'); |