Collections functions
General 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 789 to 792

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 7th December 2023 20:05 Europe/London time based on the source file dated 26th July 2023 22:50 Europe/London time.