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

get_user_tile()

Parameters

ColumnTypeDefaultDescription
$usertile
$user

Location

include/dash_functions.php lines 945 to 949

Definition

 
 
function get_user_tile($usertile,$user)
     {
     
$result=ps_query("SELECT ref, user, dash_tile, order_by FROM user_dash_tile WHERE ref= ? AND user= ?", ['i'$usertile'i'$user]);
     return isset(
$result[0])?$result[0]:false;
     }

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