Cannot create view via Query results operation (master only)

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-11-05 12:59:42 -05:00
parent 9e5d7550e0
commit 65d46038af

View File

@ -36,7 +36,9 @@ $view_security_options = array(
'INVOKER'
);
$sql_query = '';
if (empty($sql_query)) {
$sql_query = '';
}
if (isset($_REQUEST['createview']) || isset($_REQUEST['alterview'])) {
/**