Procedural File: preferences.php
Source Location: /lib/preferences.php
Page Details:
create_preference_input [line 119]
void create_preference_input(
$name, $value)
|
|
create_preference_input takes the key and then creates the correct type of input for updating it
Parameters
update_preference [line 88]
void update_preference(
$user_id, $name, $pref_id, $value)
|
|
update_preference This function updates a single preference and is called by the update_preferences function
Parameters
|
$user_id |
|
|
$name |
|
|
$pref_id |
|
|
$value |
|
update_preferences [line 28]
void update_preferences(
[ $pref_id = 0])
|
|
Parameters
|
|