Fixed type Bug # 498051

git-svn-id: file:///svn/phpbb/trunk@1751 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2001-12-31 16:48:37 +00:00
parent 0b304ef6bc
commit cc29b25fef

View file

@ -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);
}
?>
?>