msi: Fix invalid SQL query.

This commit is contained in:
Anatoly Lyutin 2007-11-27 22:21:58 +03:00 committed by Alexandre Julliard
parent e68371040f
commit 704c399237
1 changed files with 1 additions and 1 deletions

View File

@ -810,7 +810,7 @@ static LPWSTR msi_get_checkbox_value( msi_dialog *dialog, LPCWSTR prop )
{
static const WCHAR query[] = {
'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',' ',
'`','P','r','o','p','e','r','t','y','`',' ','=',' ',
'\'','%','s','\'',0