You are here

total_control_workflow.install in Total Control Admin Dashboard 6

File

total_control_workflow.install
View source
<?php

function total_control_workflow_install() {
  db_query("UPDATE {system} SET weight = 11 WHERE name = 'total_control_workflow'");
}

Functions