[Astpp-commit] SF.net SVN: astpp:[2290] trunk/web_interface/astpp-admin.cgi
Brought to you by:
darrenkw
From: <dar...@us...> - 2009-10-14 01:32:14
|
Revision: 2290 http://astpp.svn.sourceforge.net/astpp/?rev=2290&view=rev Author: darrenkw Date: 2009-10-14 01:32:06 +0000 (Wed, 14 Oct 2009) Log Message: ----------- Fixed error preventing astpp-admin.cgi from running as "strict". Modified Paths: -------------- trunk/web_interface/astpp-admin.cgi Modified: trunk/web_interface/astpp-admin.cgi =================================================================== --- trunk/web_interface/astpp-admin.cgi 2009-10-14 01:31:18 UTC (rev 2289) +++ trunk/web_interface/astpp-admin.cgi 2009-10-14 01:32:06 UTC (rev 2290) @@ -11755,7 +11755,7 @@ foreach my $param ( param() ) { $params->{$param} = param($param); $ASTPP->debug( - user => $param->{username}, + user => $params->{username}, debug => "$param $params->{$param}" ); $log_call .= "$param=$params->{$param},"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |