plugins/SpecialUserFuncs.php
changeset 115 261f367623af
parent 111 b348ace50bc7
child 116 77c75179bb95
--- a/plugins/SpecialUserFuncs.php	Tue Sep 04 08:25:48 2007 -0400
+++ b/plugins/SpecialUserFuncs.php	Tue Sep 04 12:52:23 2007 -0400
@@ -1224,6 +1224,8 @@
               ' .
               '<div style="float: left;">
                 <form action="' . makeUrlNS('Special', 'Memberlist') . '" method="get" onsubmit="if ( !submitAuthorized ) return false;">'
+               . ( urlSeparator == '&' ? '<input type="hidden" name="title" value="' . htmlspecialchars( $paths->nslist[$paths->namespace] . $paths->cpage['urlname_nons'] ) . '" />' : '' )
+               . ( $session->sid_super ? '<input type="hidden" name="auth"  value="' . $session->sid_super . '" />' : '')
                . '<p>Find a member: ' . $template->username_field('finduser') . ' <input type="submit" value="Go" /><br /><small>You may use the following wildcards: * to match multiple characters, ? to match a single character.</small></p>'
                . '</form>
                </div>'                                                                                                // Footer (printed after rows)