|
@@ -189,6 +189,10 @@ class Data
|
|
|
$v = str_replace("\n", '<br />', $v);
|
|
|
}
|
|
|
|
|
|
+ if (strstr($v, 'pics')) {
|
|
|
+ $v = explode(',', $v);
|
|
|
+ }
|
|
|
+
|
|
|
if ($state == 1) {
|
|
|
if (strstr($v, 'jpg') || strstr($v, 'png') || strstr($v, 'gif')) {
|
|
|
$v = '<img src="'.$v.'" width="150"/>';
|