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

update_usergroup_dash_tile_order()

Parameters

ColumnTypeDefaultDescription
$usergroup
$tile
$default_order_by

Location

include/dash_functions.php lines 802 to 805

Definition

 
function update_usergroup_dash_tile_order($usergroup$tile$default_order_by)
    {
    
ps_query("UPDATE usergroup_dash_tile SET default_order_by = ? WHERE usergroup = ? AND dash_tile = ?", ['i'$default_order_by'i'$usergroup'i'$tile]);
    }

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