From cc29b25fefe690e4cc7fd718826c2cfd9d24706d Mon Sep 17 00:00:00 2001 From: the_systech Date: Mon, 31 Dec 2001 16:48:37 +0000 Subject: [PATCH] Fixed type Bug # 498051 git-svn-id: file:///svn/phpbb/trunk@1751 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/admin_styles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/admin/admin_styles.php b/phpBB/admin/admin_styles.php index 19dba23335..46ed49ac5f 100644 --- a/phpBB/admin/admin_styles.php +++ b/phpBB/admin/admin_styles.php @@ -146,7 +146,7 @@ switch( $mode ) WHERE style_name = '" . str_replace("\'", "''", $style_name) . "'"; if(!$result = $db->sql_query($sql)) { - message_die(GENREAL_ERROR, "Could not query themes table!", "", __LINE__, __FILE__, $sql); + message_die(GENERAL_ERROR, "Could not query themes table!", "", __LINE__, __FILE__, $sql); } if(!$db->sql_numrows($result)) @@ -931,4 +931,4 @@ if( !$HTTP_POST_VARS['send_file'] ) include('page_footer_admin.'.$phpEx); } -?> \ No newline at end of file +?>