Version 1
[yaffs-website] / web / core / modules / system / tests / modules / update_test_postupdate / update_test_postupdate.install
1 <?php
2
3 /**
4  * @file
5  * Install hooks for test module.
6  */
7
8 /**
9  * Normal update_N() function.
10  */
11 function update_test_postupdate_update_8001() {
12 }