--- trunk/pg/lib/Parser/Function/numeric.pm 2005/07/15 02:57:01 3383 +++ trunk/pg/lib/Parser/Function/numeric.pm 2005/07/16 19:24:31 3384 @@ -49,7 +49,7 @@ my $self = shift; my $context; $context = $self->{context} if ref($self); $context = $$Value::context unless $context; - return CORE::log($_[0])/CORE::log(10) if $context->flag('useBaseTenLogs'); + return CORE::log($_[0])/CORE::log(10) if $context->flag('useBaseTenLog'); CORE::log($_[0]); }