10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
<?php
|
|
|
|
/**
|
|
* Update 6004: Placeholder update to ensure migrations from older versions
|
|
* in Aegir do not fail.
|
|
*/
|
|
function context_ui_update_6004() {
|
|
return array();
|
|
}
|