Skip to content

Commit

Permalink
Fix Issue 38
Browse files Browse the repository at this point in the history
  • Loading branch information
idgnarn committed Apr 28, 2010
1 parent b5c4480 commit fa2047a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/usergroup.php
Expand Up @@ -1230,9 +1230,9 @@ function doreorder()
}
if (!empty($ugids))
{
$DB->query_unbuffered("UPDATE " . TABLE_PREFIX . "thread
$DB->query_unbuffered("UPDATE " . TABLE_PREFIX . "usergroup
SET displayorder = CASE $orderssql ELSE 0 END
WHERE tid IN (0$ugids)");
WHERE usergroupid IN (0$ugids)");
}
}
$forums->func->recache('usergroup');
Expand Down

0 comments on commit fa2047a

Please sign in to comment.