From: Michael Stevens (Michael.Stevens_at_[hidden])
Date: 2004-06-21 03:18:17


Hi Volodya,

I just noticed the init parameter list has a syntax error

rule init ( version ? name ? )
should read
rule init ( version ? : name ? )
Without this name cannot be specified.

Michael