Commit 6f67bef6 authored by nextime's avatar nextime

Fixed php libraries to match changes in database

parent 2e6f0f46
......@@ -119,7 +119,7 @@ function getPanelIO($table, $selector, $content, $websection, $activeonly=true,
}
elseif($table=='actions')
{
$dom="select_domain";
$dom="action_name";
$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