Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

remove_saved_search()

Description

Remove a saved search from a collection

Parameters

ColumnTypeDefaultDescription
$collection integer
$search integer

Return

void

Location

include/collections_functions.php lines 2469 to 2472

Definition

 
function remove_saved_search($collection,$search)
    {
    
ps_query("delete from collection_savedsearch where collection=? and ref=?",array("i",$collection,"i",$search));
    }

This article was last updated 27th April 2024 16:05 Europe/London time based on the source file dated 25th April 2024 16:25 Europe/London time.