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

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

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
3 /**
4 * Implementation of hook_help().
5 */
6 function dhupdate_help($section) {
7 switch ($section) {
8 case 'admin/modules#description':
9 return "Actualizaciones de Drupal Hispano";
10 }
11 }
12
13 ?>

  ViewVC Help
Powered by ViewVC 1.1.2