Transaction references extended with parametrized patterns, added check_reference...
[fa-stable.git] / includes / ui / ui_view.inc
index 12883aa048ce9f237c0ceec71b9deff1a7fa3332..9c2b594f242041460dd7c1cb8438b600c5281191 100644 (file)
@@ -262,7 +262,7 @@ function check_ui_refresh($name=null)
                $name = $bt[1]['function'];
        $old = @$_SESSION['ui_context'][$name];
        $new = $_SESSION['ui_context'][$name] = $bt[1]['args'];
-       return ($new != $old) || ($_SERVER['REQUEST_METHOD'] == 'GET');
+       return ($new != $old);
 }
 
 //--------------------------------------------------------------------------------------