set_pref: fix typo
This commit is contained in:
parent
f9aa6a898f
commit
b12427977e
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
|||
if ($profile) {
|
||||
$profile_qpart = "AND profile = '$profile'";
|
||||
} else {
|
||||
$profile_qpart = "AND profile IS NULL AND";
|
||||
$profile_qpart = "AND profile IS NULL";
|
||||
}
|
||||
|
||||
if (get_schema_version($link) < 63) $profile_qpart = "";
|
||||
|
|
Loading…
Reference in a new issue