mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update search.php
This commit is contained in:
parent
935c61ef11
commit
00f9fd0a10
@ -879,9 +879,10 @@ function fetch_search_ids ($sql, $search_type = SEARCH_TYPE_POST)
|
||||
}
|
||||
|
||||
// Save results in DB
|
||||
$search_id = make_rand_str(SEARCH_ID_LENGTH);
|
||||
|
||||
if ($items_count > $per_page)
|
||||
{
|
||||
$search_id = make_rand_str(SEARCH_ID_LENGTH);
|
||||
$search_array = join(',', $items_found);
|
||||
|
||||
$save_in_db = array(
|
||||
|
Loading…
Reference in New Issue
Block a user