From b154bc7a10e46dc9fa0406996507c4fd410366da Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 14 Apr 2025 12:59:00 +0300 Subject: initial attempt to remove mysql-related stuff from tt-rss --- classes/Pref_Prefs.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'classes/Pref_Prefs.php') diff --git a/classes/Pref_Prefs.php b/classes/Pref_Prefs.php index c96c84100..6942e711c 100644 --- a/classes/Pref_Prefs.php +++ b/classes/Pref_Prefs.php @@ -591,10 +591,6 @@ class Pref_Prefs extends Handler_Protected { continue; } - if ($pref_name == Prefs::DEFAULT_SEARCH_LANGUAGE && Config::get(Config::DB_TYPE) != "pgsql") { - continue; - } - if (isset($prefs_available[$pref_name])) { $item = $prefs_available[$pref_name]; -- cgit v1.2.3-54-g00ecf