Revision 919
Added by Matthias almost 16 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 |
02-Feb-2009 Matthias Gallas |
|
15 |
# Fixed bug wich causes that install of captcha-control may fail (ticket #682 thanks to thorn) |
|
16 |
01-Feb-2009 Matthias Gallas |
|
17 |
! Update FCKEditor to version 2.6.4 |
|
14 | 18 |
22-Jan-2009 Christian Sommer |
15 | 19 |
! Added default target attribut to backend menu links |
16 | 20 |
21-Jan-2009 Matthias Gallas |
trunk/wb/modules/captcha_control/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)