Removed unnecessary global variable.

This commit is contained in:
Rouslan Placella 2011-06-10 17:48:12 +01:00
parent d14df11efb
commit 2bc9529d69

View File

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