includes/functions.php
changeset 74 68469a95658d
parent 73 0a74676a2f2f
child 76 608dee512bf0
--- 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 )
           {