Jacob,
When you tried this, did it show up in other providers other than root?
For me, it won't show up in providers other than root.
Code:
#
# Use this condition when single mode is disabled
#
# $provider_condition = ($single_mode ? "" : "AND provider='$login'");
$provider_condition = ($single_mode? "":"AND $sql_tbl[extra_fields].provider='$extra_fields_provider' OR $sql_tbl[extra_fields].provider='root'");
#
# Handle POST request
#