[interchange-cvs] CVS notice: activity by bill

interchange-cvs@lists.akopia.com interchange-cvs@lists.akopia.com
Tue May 29 10:01:00 2001


CVS activity by user 'bill':
interchange/dist/foundation/etc log_transaction,1.1.2.3,1.1.2.4
Update of /anon_cvs/repository/interchange/dist/foundation/etc
In directory developer.akopia.com:/tmp/cvs-serv26597/dist/foundation/etc

Modified Files:
      Tag: DEV_4_7_0
	log_transaction 
Log Message:
Fixed bug in catch block in log_transaction.

As originally written, the catch tag will excise the [set][/set] pair
without executing.

Set interpolate=1 to fix the problem.

/ic/foundation/etc/log_transaction:141
================================================= 
[catch label="default" interpolate=1]
[set mv_route_failed]1[/set]
There was an error adding to the transaction log.
[/catch]
=================================================