01 Aug 2007
------------
protx_form-V1.14 - Fix for VendorTxCode
Changed the VendorTxCode so that it now uses a 24 hour clock for the hours.
Changed $plain = "VendorTxCode=" . date('Ymdhis') . "&";
to $plain = "VendorTxCode=" . date('YmdHis') . "&";

NB. I personally believe that the VendoTxCode should have a unique identifier
either prepended or appended to this date to make it unique in the protx
system. As things stand the VendorTxCode has a chance of not being unique in
within Protx if 2 protx clients attempt to submit at the same second. This
could happen.

** Big credit goes to sofaking who has brought this submission on over the past few weeks...

More...