function hosting_task_update_6003 in Hosting 6.2
Same name and namespace in other branches
- 7.4 task/hosting_task.install \hosting_task_update_6003()
- 7.3 task/hosting_task.install \hosting_task_update_6003()
Processing state constant changed to ensure proper sorting
File
- task/
hosting_task.install, line 214
Code
function hosting_task_update_6003() {
$ret = array();
db_query("UPDATE {hosting_task} SET task_status = -1 WHERE task_status = 4");
return $ret;
}