Fixing a small css issue in the user class.
[elgg.git] / units / users / get_type.php
blob8b60c2958922d309c60d032533acc4bf102eb02e
1 <?php
3 // Returns the user_type of a particular user as specified in $parameter
5 $run_result = user_type($parameter);
7 ?>