diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-05-13 18:44:00 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-05-13 18:44:00 +0000 |
commit | b81d3d93b8b64b3e0c3f03d267cf601016dcb4cf (patch) | |
tree | 3da1fe71938883e20e41d5a806958987b7ff3506 | |
parent | 706a2e199af488d2090233f59024cda1412ec13c (diff) | |
download | brdo-b81d3d93b8b64b3e0c3f03d267cf601016dcb4cf.tar.gz brdo-b81d3d93b8b64b3e0c3f03d267cf601016dcb4cf.tar.bz2 |
- fixing some minor spacing issues.
-rw-r--r-- | update.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/update.php b/update.php index a05ff8d80..6b1d7617b 100644 --- a/update.php +++ b/update.php @@ -510,13 +510,13 @@ switch ($op) { case "page": case "Update": include_once "includes/common.inc"; - if (user_access(NULL)) { - update_page(); - } - else { - print message_access(); - } - break; + if (user_access(NULL)) { + update_page(); + } + else { + print message_access(); + } + break; default: update_info(); } |