Index: trunk/funcs/func_math.c =================================================================== --- trunk/funcs/func_math.c (revision 48949) +++ trunk/funcs/func_math.c (working copy) @@ -120,7 +120,6 @@ iaction = LTEFUNCTION; } } else if ((op = strchr(mvalue1, '='))) { - iaction = GTFUNCTION; *op = '\0'; if (*(op + 1) == '=') { *++op = '\0';