/[drupal]/contributions/sandbox/jareyero/modules/utf8upgrade/dhupdate.install
ViewVC logotype

Contents of /contributions/sandbox/jareyero/modules/utf8upgrade/dhupdate.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Nov 14 11:39:03 2006 UTC (3 years ago) by jareyero
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
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