Version 1
[yaffs-website] / web / core / modules / system / tests / modules / update_test_invalid_hook / update_test_invalid_hook.install
1 <?php
2
3 /**
4  * @file
5  * Install, update and uninstall functions for the update_test_invalid_hook module.
6  */
7
8 /**
9  * Hook implementation using the reserved schema version 8000.
10  */
11 function update_test_invalid_hook_update_8000() {
12 }