From b12427977eb84a5086e1cb7df3f162618429b569 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 13 Jan 2010 21:33:31 +0300 Subject: set_pref: fix typo --- db-prefs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-prefs.php') diff --git a/db-prefs.php b/db-prefs.php index 5c54427b7..bc0478512 100644 --- a/db-prefs.php +++ b/db-prefs.php @@ -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 = ""; -- cgit v1.2.3