diff -r 0a74676a2f2f -r 68469a95658d includes/functions.php --- a/includes/functions.php Sat Jul 21 18:12:10 2007 -0400 +++ b/includes/functions.php Wed Jul 25 18:06:34 2007 -0400 @@ -1963,7 +1963,7 @@ { if ( isset($callers[$j]) ) { - $tmp = ( is_callable($callers[$j]) ) ? @call_user_func($callers[$j], $val, $row) : $v; + $tmp = ( is_callable($callers[$j]) ) ? @call_user_func($callers[$j], $val, $row) : $val; if ( $tmp ) {