fd5c65b0a1db266528d99a644c53726ae0024ab2
[yaffs-website] / web / core / modules / system / tests / modules / update_test_with_7x / update_test_with_7x.install
1 <?php
2
3 /**
4  * @file
5  * Install, update and uninstall functions for the update_test_with_7x module.
6  */
7
8 /**
9  * Dummy update_test_with_7x update 7200.
10  */
11 function update_test_with_7x_update_7200() {
12 }
13
14 /**
15  * Dummy update_test_with_7x update 7201.
16  */
17 function update_test_with_7x_update_7201() {
18 }
19
20 /**
21  * Implements hook_update_last_removed().
22  */
23 function update_test_with_7x_update_last_removed() {
24   return 7110;
25 }