mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix history data dialog for base 64 images on modules view - #1525
This commit is contained in:
parent
1eb509371d
commit
0581e6420d
@ -269,7 +269,7 @@ if ($get_module_detail) {
|
|||||||
if ($attr[1] != "modules_format_data") {
|
if ($attr[1] != "modules_format_data") {
|
||||||
$data[] = date('d F Y h:i:s A', $row['utimestamp']);
|
$data[] = date('d F Y h:i:s A', $row['utimestamp']);
|
||||||
}
|
}
|
||||||
elseif (($config['command_snapshot']) && (preg_match ("/[\n]+/i", $row[$attr[0]]))) {
|
elseif (($config['command_snapshot'] == '0') && (preg_match ("/[\n]+/i", $row[$attr[0]]))) {
|
||||||
// Its a single-data, multiline data (data snapshot) ?
|
// Its a single-data, multiline data (data snapshot) ?
|
||||||
|
|
||||||
// Detect string data with \n and convert to <br>'s
|
// Detect string data with \n and convert to <br>'s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user