Small typo
Brought to you by:
bs_php,
nigelswinson
From: <php...@li...> - 2001-10-21 20:35:54
|
On the _handleFunction_sum function inside the for loop, the line saying: $value = $this->substringData($result[$i]); must be: $value = $this->substringData($results[$i]); Present in both 1.6 and 2.1b Nice lib, thanks!!! Samuel Romero |