Hi
Dne Mon, 22 Aug 2011 12:21:41 -0700 (PDT) Aris Feryanto aris_feryanto@yahoo.com napsal(a):
After investigating a bit, I found that line 99 in js_escape.lib.php should be:
97: $result .= '['; 98: foreach ($value as $id => $val) { 99: $result .= PMA_formatJsVal($val) . ","; 100: }
the PMA_formatJsVal should take $val instead of $value as the parameter.
You're right, fixed.
Thanks