set_pref: fix typo
This commit is contained in:
parent
f9aa6a898f
commit
b12427977e
@ -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…
x
Reference in New Issue
Block a user