Removed unnecessary global variable.
This commit is contained in:
parent
d14df11efb
commit
2bc9529d69
@ -352,7 +352,7 @@ function getRoutineDefiner($parsed_query)
|
||||
*/
|
||||
function getFormInputFromRoutineName($db, $name, $all = true)
|
||||
{
|
||||
global $_REQUEST, $param_directions, $param_sqldataaccess;
|
||||
global $param_directions, $param_sqldataaccess;
|
||||
|
||||
$retval = array();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user