From 6690793cbb839cb788a80a2071e5240a3ffbff95 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 20 Sep 2004 19:37:18 +0000 Subject: - Patch #10472 by Gerhard and Steven: fixed bug when paging through the search results of the locale module. --- includes/locale.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/locale.inc b/includes/locale.inc index 3aeb231ff..dba8afb48 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -973,7 +973,7 @@ function _locale_string_language_list($translation) { function _locale_string_seek_query() { static $query = NULL; - if (is_null($query) && isset($_REQUEST['edit'])) { + if (is_null($query)) { $fields = array('string', 'language', 'searchin'); $query = new StdClass; if (is_array($_REQUEST['edit'])) { -- cgit v1.2.3