From 27f2ed076c247b32ede08b7a497172400573f4a5 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 28 Jan 2006 13:09:13 +0000 Subject: [PATCH] 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 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 0d9cbcae0f..251abba4de 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -394,7 +394,7 @@ function setup_style($style) WHERE user_style = $style"; 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