Index: branches/5.3.x/core/units/captcha/captcha_config.php =================================================================== diff -u -r15483 -r15659 --- branches/5.3.x/core/units/captcha/captcha_config.php (.../captcha_config.php) (revision 15483) +++ branches/5.3.x/core/units/captcha/captcha_config.php (.../captcha_config.php) (revision 15659) @@ -1,6 +1,6 @@ 'captcha', -// 'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), -// 'ListClass' => Array ('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'), - 'EventHandlerClass' => Array('class' => 'CaptchaEventHandler', 'file' => 'captcha_eh.php', 'build_event' => 'OnBuild'), - ); \ No newline at end of file +$config = Array ( + 'Prefix' => 'captcha', +// 'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), +// 'ListClass' => Array ('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'), + 'EventHandlerClass' => Array ('class' => 'CaptchaEventHandler', 'file' => 'captcha_eh.php', 'build_event' => 'OnBuild'), +); \ No newline at end of file