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

update_timestamp()

Parameters

ColumnTypeDefaultDescription
$resource

Location

include/resource_functions.php lines 7115 to 7122

Definition

 
function update_timestamp($resource)
    {
    if(!
is_numeric($resource))
        {
        return 
false;
        }
    
ps_query("UPDATE resource SET modified=NOW() WHERE ref=?",array("i",$resource));
    }

This article was last updated 19th March 2024 02:35 Europe/London time based on the source file dated 11th March 2024 14:25 Europe/London time.