GetSearchesForUser(
$GLOBALS["G_User"]->Id());
# if no saved searches found
if (count($Searches) < 1)
{
# add message indicating no saved searches
// @codingStandardsIgnoreStart
?>
There are no searches currently saved.
You can enter and save a search via the
Advanced Search page.
|
$Search)
{
// @codingStandardsIgnoreStart
?>
SearchName()); ?> |
Edit
|
Delete
|
".$Search->SearchParameters()->TextDescription(TRUE, FALSE)."";
}
catch (Exception $e)
{
print "Search parameters no longer valid; edit search to update them | ";
}
if ($MailingsEnabled)
{
$OptList = new HtmlOptionList(
"F_Frequency_".$Search->Id(),
SavedSearchMailings::GetFrequencyOptions($GLOBALS["G_User"]),
$Search->Frequency());
$OptList->SubmitOnChange(TRUE);
print "".$OptList->GetHtml()." | ";
} ?>
PluginEnabled(
"SavedSearchMailings");
?>
Saved Searches