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

update_user_dash_tile_order()

Parameters

ColumnTypeDefaultDescription
$user
$tile
$order_by

Location

include/dash_functions.php lines 957 to 960

Definition

 
function update_user_dash_tile_order($user,$tile,$order_by)
    {
    return 
ps_query("UPDATE user_dash_tile SET order_by= ? WHERE user= ? and ref= ?", ['i'$order_by'i'$user'i'$tile]);
    }

This article was last updated 6th December 2023 11:35 Europe/London time based on the source file dated 26th July 2023 22:50 Europe/London time.