[Astpp-commit] SF.net SVN: astpp:[2227] trunk/modules/ASTPP/lib/ASTPP.pm
Brought to you by:
darrenkw
From: <dar...@us...> - 2009-01-31 23:20:27
|
Revision: 2227 http://astpp.svn.sourceforge.net/astpp/?rev=2227&view=rev Author: darrenkw Date: 2009-01-31 23:20:21 +0000 (Sat, 31 Jan 2009) Log Message: ----------- Correct the code to handle users authenticating by ip address. Modified Paths: -------------- trunk/modules/ASTPP/lib/ASTPP.pm Modified: trunk/modules/ASTPP/lib/ASTPP.pm =================================================================== --- trunk/modules/ASTPP/lib/ASTPP.pm 2009-01-31 22:07:39 UTC (rev 2226) +++ trunk/modules/ASTPP/lib/ASTPP.pm 2009-01-31 23:20:21 UTC (rev 2227) @@ -332,6 +332,7 @@ $arg{xml} .= "<variable name=\"" . $record->{var_name} . "\" value=\"" . $record->{var_value} . "\"/>\n"; } $arg{xml} .= "<variable name=\"accountcode\" value=\"" . $record->{account} . "\"/>\n"; + $arg{xml} .= "<variable name=\"user_context\" value=\"" . $record->{context} . "\"/>\n"; $arg{xml} .= "</variables>\n"; $arg{xml} .= "</user>\n"; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |