Collections functions
General functions
Node 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 968 to 971

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 25th April 2024 21:35 Europe/London time based on the source file dated 25th April 2024 16:15 Europe/London time.