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

set_research_collection()

Parameters

ColumnTypeDefaultDescription
$research
$collection

Location

include/research_functions.php lines 222 to 226

Definition

 
function set_research_collection($research,$collection)
    {
    
$parameters=array("i",$collection"i",$research);
    
ps_query("update research_request set collection=? where ref=?"$parameters);
    }

This article was last updated 26th April 2024 19:05 Europe/London time based on the source file dated 26th February 2024 11:00 Europe/London time.