"SQL data access" on routine creation defaults incorrectly to "READS SQL DATA".
This commit is contained in:
parent
870ab261ae
commit
62f1d89ff6
@ -20,8 +20,7 @@ if (! defined('PHPMYADMIN')) {
|
||||
|
||||
// Some definitions
|
||||
$param_directions = array('IN', 'OUT', 'INOUT');
|
||||
$param_sqldataaccess = array('',
|
||||
'NO SQL',
|
||||
$param_sqldataaccess = array('NO SQL',
|
||||
'CONTAINS SQL',
|
||||
'READS SQL DATA',
|
||||
'MODIFIES SQL DATA');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user