- Patch #186718 by bdragon: removed redundant query.

6.x
Dries Buytaert 2007-10-28 11:43:04 +00:00
parent cb9fc93e32
commit 8abed2820c
1 changed files with 0 additions and 3 deletions

View File

@ -1521,9 +1521,6 @@ function node_page_default() {
$output .= theme('pager', NULL, variable_get('default_nodes_main', 10));
}
else {
// Check for existence of admin account.
$admin = db_result(db_query('SELECT uid FROM {users} WHERE uid = 1'));
$default_message = t('<h1 class="title">Welcome to your new Drupal website!</h1><p>Please follow these steps to set up and start using your website:</p>');
$default_message .= '<ol>';