Correct an error message in the changed code

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5505 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames 2006-01-28 13:09:13 +00:00
parent 5486a0c716
commit 27f2ed076c

View file

@ -394,7 +394,7 @@ function setup_style($style)
WHERE user_style = $style"; WHERE user_style = $style";
if ( !($result = $db->sql_query($sql)) ) if ( !($result = $db->sql_query($sql)) )
{ {
message_die(CRITICAL_ERROR, 'Could not query database for theme info'); message_die(CRITICAL_ERROR, 'Could not update user theme info');
} }
} }
else else