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

append_usergroup_position()

Parameters

ColumnTypeDefaultDescription
$usergroup

Location

include/dash_functions.php lines 783 to 788

Definition

 
function append_usergroup_position($usergroup)
    {
    
$last_tile ps_query("SELECT order_by FROM usergroup_dash_tile WHERE usergroup = ? ORDER BY default_order_by DESC LIMIT 1", ['i'$usergroup]);

    return isset(
$last_tile[0]['default_order_by']) ? $last_tile[0]['order_by'] + 10 10;
    }

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