[Astpp-commit] SF.net SVN: astpp:[2333] trunk/modules/ASTPP/lib/ASTPP.pm
Brought to you by:
darrenkw
From: <dar...@us...> - 2011-03-23 04:34:01
|
Revision: 2333 http://astpp.svn.sourceforge.net/astpp/?rev=2333&view=rev Author: darrenkw Date: 2011-03-23 04:33:55 +0000 (Wed, 23 Mar 2011) Log Message: ----------- It was returning incorrect xml in some cases. Modified Paths: -------------- trunk/modules/ASTPP/lib/ASTPP.pm Modified: trunk/modules/ASTPP/lib/ASTPP.pm =================================================================== --- trunk/modules/ASTPP/lib/ASTPP.pm 2011-01-23 18:29:07 UTC (rev 2332) +++ trunk/modules/ASTPP/lib/ASTPP.pm 2011-03-23 04:33:55 UTC (rev 2333) @@ -801,8 +801,8 @@ foreach my $record (@vars) { $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} .= "<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. |