@@ -189,7 +189,7 @@ class Data
$v = str_replace("\n", '<br />', $v);
}
- if (strstr($v, 'pics')) {
+ if (strstr($k, 'pics')) {
$v = explode(',', $v);