? bin/check_access.pl ? bin/checkin_attachment.pl ? bin/checkin_topic.pl Index: bin/attach =================================================================== RCS file: /cvsroot/twiki/twiki/bin/attach,v retrieving revision 1.41 diff -u -r1.41 attach --- bin/attach 11 Apr 2004 05:31:36 -0000 1.41 +++ bin/attach 13 Apr 2004 18:57:51 -0000 @@ -39,6 +39,6 @@ my( $topic, $webName, $dummy, $userName ) = TWiki::initialize( $thePathInfo, $theRemoteUser, $theTopic, $theUrl, $query ); -TWiki::UI::Upload::attach( $webName, $topic, $query ); +TWiki::UI::Upload::attach( $webName, $topic, $userName, $query );