Removed unnecesary code; Merged from MOODLE_18_STABLE.

This commit is contained in:
ethem 2007-02-19 12:11:15 +00:00
parent 619c7447b0
commit 55a8360776

View file

@ -140,11 +140,6 @@ function authorize_action(&$order, &$message, &$extra, $action=AN_ACTION_NONE, $
}
}
if ($action <= AN_ACTION_NONE or $action > AN_ACTION_VOID) {
$message = "Invalid action!";
return AN_RETURNZERO;
}
$poststring = $conststring;
$poststring .= '&x_method=' . $method;