Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test functions

set_research_collection()

Description

Updates the collection reference associated with a specified research request.

Parameters

ColumnTypeDefaultDescription
$research int The reference number of the research request.
$collection int The reference number of the collection to associate.

Return

void

Location

include/research_functions.php lines 266 to 270

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 17th November 2024 15:35 Europe/London time based on the source file dated 8th November 2024 12:05 Europe/London time.