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

get_collection_resource_comment()

Parameters

ColumnTypeDefaultDescription
$resource
$collection

Location

include/collections_functions.php lines 3234 to 3242

Definition

 
function get_collection_resource_comment($resource,$collection)
    {
    
$data=ps_query("select " columns_in("collection_resource") . " from collection_resource where collection=? and resource=?",array("i",$collection,"i",$resource),"");
    if (!isset(
$data[0]))
        {
        return 
false;
        }
    return 
$data[0];
    }

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