Revision 66b5cbf6
Added by Assos Assos over 10 years ago
drupal7/sites/all/modules/captcha/captcha.install | ||
---|---|---|
263 | 263 |
return $items; |
264 | 264 |
} |
265 | 265 |
|
266 |
|
|
267 | 266 |
/** |
268 | 267 |
* Implementation of hook_update_N() |
269 | 268 |
* Add a CAPTCHA token column to captcha_sessions table. |
... | ... | |
274 | 273 |
return $ret; |
275 | 274 |
} |
276 | 275 |
|
277 |
|
|
278 |
|
|
279 | 276 |
/** |
280 | 277 |
* Implementation of hook_update_N() |
281 | 278 |
* Rename the type field to captcha_type in captcha_points. |
... | ... | |
286 | 283 |
return $ret; |
287 | 284 |
} |
288 | 285 |
|
289 |
|
|
290 | 286 |
/** |
291 | 287 |
* Migrate form configuration for changed form ids in Drupal 7. |
292 | 288 |
*/ |
Also available in: Unified diff
Weekly update of contrib modules