Parent Directory
|
Revision Log
|
Revision Graph
- Updated DB Cron schema to support UTF-8 changes. - Updates category and related modules to support UTF-8 changes. - Changed primary key fields in category_legacy DB table.
| 1 | <?php |
| 2 | // $Id$ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * Update file for the dbcron module. All functions in this file are |
| 7 | * implementations of hook_update_N(), unless indicated otherwise. |
| 8 | */ |
| 9 | |
| 10 | function dbcron_update_1() { |
| 11 | return _system_update_utf8(array('dbcron')); |
| 12 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |