<?php


function userpicturebugfix_user_update(&$edit, $account, $category) {

}

function userpicturebugfix_form_alter(&$form, &$form_state, $form_id) {
	if($form_id=='user_profile_form'){
		$user=user_load($form['#user']->uid);
	}
}



