[Astpp-commit] SF.net SVN: astpp:[2208] trunk/modules/ASTPP/lib/ASTPP.pm
Brought to you by:
darrenkw
From: <dar...@us...> - 2008-11-16 01:42:51
|
Revision: 2208 http://astpp.svn.sourceforge.net/astpp/?rev=2208&view=rev Author: darrenkw Date: 2008-11-16 01:42:44 +0000 (Sun, 16 Nov 2008) Log Message: ----------- Removed an old line of code that's not needed any more and was causing it to not run. Modified Paths: -------------- trunk/modules/ASTPP/lib/ASTPP.pm Modified: trunk/modules/ASTPP/lib/ASTPP.pm =================================================================== --- trunk/modules/ASTPP/lib/ASTPP.pm 2008-11-11 23:09:25 UTC (rev 2207) +++ trunk/modules/ASTPP/lib/ASTPP.pm 2008-11-16 01:42:44 UTC (rev 2208) @@ -311,7 +311,6 @@ $arg{xml} .= "</variables>\n"; $arg{xml} .= "</user>\n"; }; - $sql->finish; $arg{xml} .= "</domain>\n"; return $arg{xml}; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |