clipbucket/upload/includes/functions_user.php

13 lines
288 B
PHP
Raw Normal View History

<?php
/**
* Created by JetBrains PhpStorm.
* User: Fawaz
* Date: 8/26/13
* Time: 4:47 PM
* To change this template use File | Settings | File Templates.
*/
function get_user_fields( $extra = null ) {
global $userquery;
return $userquery->get_user_db_fields();
}