=================================================
Title:  captcha for newbb module
Date:   2007-02-20
Author: Kenichi OHWADA
URL:    http://linux2.ohwada.net/
Email:  webmaster@ohwada.jp
=================================================

This is hack version for Liaise 1.26

(1) support GIJOE's Ticket Class for anti-spam
  reload form, if error ocure
(2) support GIJOE's Ticket Class in admin page too
(3) support Captcha for anti-spam
  admin can choice use or not use in admin page
  show and check when anoymous user
(4) [Japanese] bug fix: wrong charset
  changed charset EUC-JP to ISO-2022-JP
(5) support PHP5
  Notice [PHP]: Only variable references should be returned by reference

* use Captcha
(1) install Captcha module
(2) set YES in "Use Captcha" in admin page

* enclosed files
- index.php
- xoops_version.php
- admin/admin_header.php
- admin/elements.php
- admin/editelement.php
- admin/index.php
- class/elementrenderer.php
- class/elements.php
- include/form_render.php.php
- tepmlates/liaise_form.php

