diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/admin/admin_styles.php | 4 |
1 files 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 +?> |