Revision 919
Added by Matthias almost 17 years ago
| install.php | ||
|---|---|---|
| 36 | 36 |
`asp_session_min_age` INT(11) NOT NULL DEFAULT '20', |
| 37 | 37 |
`asp_view_min_age` INT(11) NOT NULL DEFAULT '10', |
| 38 | 38 |
`asp_input_min_age` INT(11) NOT NULL DEFAULT '5', |
| 39 |
`ct_text` LONGTEXT NOT NULL DEFAULT ''
|
|
| 39 |
`ct_text` LONGTEXT NOT NULL |
|
| 40 | 40 |
)" |
| 41 | 41 |
); |
| 42 | 42 |
|
Also available in: Unified diff
Fixed bug wich causes that install of captcha-control may fail (ticket #682 thanks to thorn)