Simple status box for the sidebar.
[elgg_plugins.git] / yui / yui_userdetails.php
blob4f07087314dacaf92e03b1d2bb2da113b11cbd79
1 <?php
3 // Get the user preferences for the editor
5 // Userid
6 $id = (int) $parameter;
8 // Editor is enabled by default
9 $value = "yes";
11 // Query result
12 if ($result = user_flag_get('my_uses_YUI', $id)) {
13 $value = $result;
16 $run_result = $value;