Parent Directory
|
Revision Log
|
Revision Graph
Utility to upgrade between mysql versions, some charset problems...
| 1 | <?php |
| 2 | // $Id: notify.install,v 1.2.2.2 2006/04/20 18:57:21 robroy Exp $ |
| 3 | |
| 4 | /** |
| 5 | * Implementation of hook_install() |
| 6 | */ |
| 7 | function dhupdate_install() { |
| 8 | |
| 9 | } |
| 10 | |
| 11 | /** |
| 12 | * Convert tables to utf 8 |
| 13 | * Re-run system update after migration from mysql 3.1 to 4.1 |
| 14 | */ |
| 15 | function dhupdate_update_1() { |
| 16 | return system_update_169(); |
| 17 | } |
| 18 | |
| 19 | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |