Index: branches/5.2.x/core/units/captcha/captcha_config.php =================================================================== diff -u -N -r14244 -r16388 --- branches/5.2.x/core/units/captcha/captcha_config.php (.../captcha_config.php) (revision 14244) +++ branches/5.2.x/core/units/captcha/captcha_config.php (.../captcha_config.php) (revision 16388) @@ -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