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

get_tile_user_groups()

Parameters

ColumnTypeDefaultDescription
$tile_id

Location

include/dash_functions.php lines 871 to 874

Definition

 
function get_tile_user_groups($tile_id)
    {
    return 
ps_array("SELECT usergroup AS `value` FROM usergroup_dash_tile WHERE dash_tile = ?",array("i",$tile_id));
    }

This article was last updated 19th March 2024 02:35 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.