mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Fixed type Bug # 498051
git-svn-id: file:///svn/phpbb/trunk@1751 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0b304ef6bc
commit
cc29b25fef
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue