[Astpp-commit] SF.net SVN: astpp:[2296] trunk/web_interface/astpp-admin.cgi
Brought to you by:
darrenkw
From: <dar...@us...> - 2009-10-31 23:55:41
|
Revision: 2296 http://astpp.svn.sourceforge.net/astpp/?rev=2296&view=rev Author: darrenkw Date: 2009-10-31 23:55:34 +0000 (Sat, 31 Oct 2009) Log Message: ----------- Fixed the problem with editing taxes from the gui. This is now working. Modified Paths: -------------- trunk/web_interface/astpp-admin.cgi Modified: trunk/web_interface/astpp-admin.cgi =================================================================== --- trunk/web_interface/astpp-admin.cgi 2009-10-31 23:51:38 UTC (rev 2295) +++ trunk/web_interface/astpp-admin.cgi 2009-10-31 23:55:34 UTC (rev 2296) @@ -9607,7 +9607,7 @@ . " taxes_description = " . $astpp_db->quote( $params->{taxes_description} ) . "," . " last_modified = NOW() " - . " WHERE id = " + . " WHERE taxes_id = " . $astpp_db->quote( $params->{taxes_id} ); $ASTPP->debug( user => $param->{username}, debug => $tmp ); if ( $astpp_db->do($tmp) ) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |