480dcccd766987108ef6fe5a1887c39df945d51b
[yaffs-website] / devel.post_update.php
1 <?php
2
3 /**
4  * This is a test of the emergency broadcast system.
5  */
6 function devel_post_update_null_op(&$sandbox = null)
7 {
8     $sandbox['#finished'] = 1;
9     return t('Done doing nothing.');
10 }