Quote:
Originally Posted by kalleball
having the same problem as dfe is having, image verification is not working, works with all other styles...@3.6.2
|
Fix Bug: (26-10-06)
- Fix bug "image verification", work now. This problem was only style 3.6.2. (template imagereg)
Description:
In "imagereg" template, find:
Code:
<input type="text" class="bginput" name="imagestamp" size="10" maxlength="6" />
Add under:
Code:
<input id="imagehash" type="hidden" name="imagehash" value="$imagehash" />