#149567 follow up patch by webernet, slightly modified: update functions need to return an array

6.x
Gábor Hojtsy 2007-08-30 15:13:46 +00:00
parent bd380ed915
commit bfb72d0ec9
1 changed files with 1 additions and 0 deletions

View File

@ -3774,6 +3774,7 @@ function system_update_6030() {
*/
function system_update_6031() {
variable_set('install_task', 'done');
return array();
}
/**