Skip to content

Instantly share code, notes, and snippets.

@derchrisuk
Created July 3, 2012 12:50
Show Gist options
  • Save derchrisuk/3039545 to your computer and use it in GitHub Desktop.
Save derchrisuk/3039545 to your computer and use it in GitHub Desktop.
# grep -i type functions.php
`type` char(2) NOT NULL default '',
`type` char(1) NOT NULL default '',
mysql_query("ALTER TABLE `".PREFIX."settings` ADD `captcha_type` int(1) NOT NULL default '2' AFTER `captcha_fontcol`");
mysql_query("ALTER TABLE `".PREFIX."settings` ADD `captcha_noise` int(3) NOT NULL default '100' AFTER `captcha_type`");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment