From 0fe485e2c2ac229c7dd37c0a478a71f218ccd98d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 10 Dec 2006 23:55:21 +0000 Subject: [PATCH] r1355: Include the searchid in the XML file name --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.php b/search.php index 647ea3c..4f3d292 100644 --- a/search.php +++ b/search.php @@ -452,7 +452,7 @@ if ($_REQUEST['do'] == 'export') $xml .= "\n"; - $funct->download_file($xml, _('bugdar-search-results.xml'), true); + $funct->download_file($xml, _('bugdar-search-' . $search['searchid'] . '.xml'), true); } // ################################################################### -- 2.22.5