[dw-free] Allow everybody to see the dropdown
[commit: http://hg.dwscoalition.org/dw-free/rev/c8fe0c416b76]
Allow everybody to see the dropdown
Patch by
mark.
Files modified:
Allow everybody to see the dropdown
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- htdocs/tools/importer.bml
-------------------------------------------------------------------------------- diff -r e2978a69303d -r c8fe0c416b76 htdocs/tools/importer.bml --- a/htdocs/tools/importer.bml Fri Dec 30 01:33:09 2011 +0000 +++ b/htdocs/tools/importer.bml Fri Dec 30 01:52:42 2011 +0000 @@ -63,7 +63,7 @@ # user switcher my $ret = ''; - if ( $LJ::ALLOW_COMM_IMPORTS && $u->can_import_comm ) { + if ( $LJ::ALLOW_COMM_IMPORTS ) { $ret .= "<form method='get'>\n"; $ret .= LJ::make_authas_select($u, { authas => $GET{authas}, showall => 0 }); $ret .= "</form>\n\n"; --------------------------------------------------------------------------------