Commit 704c3992 authored by Anatoly Lyutin's avatar Anatoly Lyutin Committed by Alexandre Julliard

msi: Fix invalid SQL query.

parent e6837104
...@@ -810,7 +810,7 @@ static LPWSTR msi_get_checkbox_value( msi_dialog *dialog, LPCWSTR prop ) ...@@ -810,7 +810,7 @@ static LPWSTR msi_get_checkbox_value( msi_dialog *dialog, LPCWSTR prop )
{ {
static const WCHAR query[] = { static const WCHAR query[] = {
'S','E','L','E','C','T',' ','*',' ', 'S','E','L','E','C','T',' ','*',' ',
'F','R','O','M',' ','`','C','h','e','c','k','B','o','x',' ','`', 'F','R','O','M',' ','`','C','h','e','c','k','B','o','x','`',' ',
'W','H','E','R','E',' ', 'W','H','E','R','E',' ',
'`','P','r','o','p','e','r','t','y','`',' ','=',' ', '`','P','r','o','p','e','r','t','y','`',' ','=',' ',
'\'','%','s','\'',0 '\'','%','s','\'',0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment