Modified:
/trunk/db/jobberbase.sql
=======================================
--- /trunk/db/jobberbase.sql Sat Feb 6 11:54:22 2010
+++ /trunk/db/jobberbase.sql Thu Feb 18 09:29:28 2010
@@ -303,8 +303,8 @@
(27, 3, 'url_jobs_at_company', 'Jobs per Company', 'The URL for the Jobs
per Company pages.', NULL, NULL, NULL, 'not_empty|
is_url_string', 'jobs-at'),
(28, 3, 'url_jobs_in_city', 'Jobs per City', 'The URL for the Jobs per
City pages.', NULL, NULL, NULL, 'not_empty|is_url_string', 'jobs-in'),
(29, 4, 'enable_recaptcha', 'Enable ReCaptcha', 'Before enabling
ReCaptcha, make sure to add your private and public
key.', 'boolean', 'radiobutton', 'no|yes', NULL, '0'),
-(30, 4, 'captcha_public_key', 'Captcha Public Key', 'You can register
these keys for free at recaptcha.net.', NULL, NULL, NULL,
NULL, '12345_YOUR_PUBLIC_KEY'),
-(31, 4, 'captcha_private_key', 'Captcha Private Key', 'You can register
these keys for free at recaptcha.net.', NULL, NULL, NULL,
NULL, '12345_YOUR_PRIVATE_KEY'),
+(30, 4, 'captcha_public_key', 'Captcha Public Key', 'You can register
these keys for free at recaptcha.net.', NULL, NULL, NULL,
NULL, 'PUBLIC_KEY'),
+(31, 4, 'captcha_private_key', 'Captcha Private Key', 'You can register
these keys for free at recaptcha.net.', NULL, NULL, NULL,
NULL, 'PRIVATE_KEY'),
(32, 5, 'mailer_mailer', 'Mailer', 'Send mails with PHP''s mail() function
or through SMTP', NULL, 'select', 'mail|smtp', 'not_empty', 'mail'),
(33, 5, 'mailer_encoding', 'Mail encoding', 'The mail''s encoding (default
is utf-8, change only if it is not working correctly)', NULL, NULL,
NULL, 'not_empty', 'utf-8'),
(34, 5, 'mailer_smtp_host', 'SMTP host name', 'Host name (for example,
smtp.example.com)', NULL, NULL, NULL, NULL, NULL),