Parent Directory
|
Revision Log
|
Revision Graph
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 |