sql error:
Unknown column 'sbn' in 'where clause'
			SELECT
				concat( persons.first_name, ' ', persons.last_name ) as name,
				if( persons.picture >'', persons.picture, 'default_image.png' ) as picture
			FROM player_profiles
			inner join persons on persons.id = player_profiles.id
			WHERE pub_status and not deleted and player_profiles.id=sbn
			LIMIT 1