Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
40fba3d7
Commit
40fba3d7
authored
Sep 06, 2006
by
Dries
Browse files
- Patch
#77936
by Robert: fixed variable name.
parent
30b26cc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/user/user.module
View file @
40fba3d7
...
...
@@ -581,7 +581,7 @@ function user_block($op = 'list', $delta = 0, $edit = array()) {
if
(
$authenticated_count
&&
$max_users
)
{
$items
=
array
();
while
(
$max_users
--
&&
$account
=
db_fetch_object
(
$users
))
{
while
(
$max_users
--
&&
$account
=
db_fetch_object
(
$
authenticated_
users
))
{
$items
[]
=
$account
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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