Removed unnecesary code.

This commit is contained in:
ethem
2007-02-19 12:01:54 +00:00
parent 85a430d5be
commit 068be51fa0
-5
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;