"SQL data access" on routine creation defaults incorrectly to "READS SQL DATA".

This commit is contained in:
Rouslan Placella 2011-06-06 13:57:35 +01:00
parent 870ab261ae
commit 62f1d89ff6

View File

@ -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');