mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed get module_data to get url_encode_separator
This commit is contained in:
parent
7bebbbd6b7
commit
aa66a1cc4c
@ -5879,11 +5879,10 @@ function api_get_module_data($id, $thrash1, $other, $returnType) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$data = explode("|", $other['data']);
|
$separator = $other['data'][0];
|
||||||
$separator = $data[0];
|
$periodSeconds = $other['data'][1];
|
||||||
$periodSeconds = $data[1];
|
$tstart = $other['data'][2];
|
||||||
$tstart = $data[2];
|
$tend = $other['data'][3];
|
||||||
$tend = $data[3];
|
|
||||||
|
|
||||||
if (($tstart != "") && ($tend != "")) {
|
if (($tstart != "") && ($tend != "")) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user