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 219 to 223

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 18th May 2024 21:35 Europe/London time based on the source file dated 16th May 2024 18:10 Europe/London time.