function hosting_task_update_6003 in Hostmaster (Aegir) 6
Processing state constant changed to ensure proper sorting
File
- modules/
hosting/ task/ hosting_task.install, line 216
Code
function hosting_task_update_6003() {
$ret = array();
db_query("UPDATE {hosting_task} SET task_status = -1 WHERE task_status = 4");
return $ret;
}