Commit d7eb1826 authored by nextime's avatar nextime

Added select_domain in actions

parent 42de2d48
ALTER TABLE `actions` ADD `select_domain` VARCHAR( 32 ) NOT NULL AFTER `launch_sequence_name` , ADD INDEX ( `select_domain` ) ;
......@@ -111,7 +111,7 @@ function getPanelIO($table, $content, $websection, $activeonly=true, $where="",$
}
elseif($table=='actions')
{
$dom="ikap_dst";
$dom="select_domain";
$ljoin="actstatus on actions.id=actstatus.buttonid";
$add="actstatus.status as status, actstatus.status2 as status2";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment