Serialized array of config const FAS_REIHUNGSTEST_EXCLUDE_GEBIETE

Serialized and unserialized const array to make it work properly.
This commit is contained in:
Cris
2019-03-28 16:53:59 +01:00
parent 4c0d8e7f20
commit df8ccbdd69
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -363,7 +363,8 @@ class pruefling extends basis_db
{
if (defined('FAS_REIHUNGSTEST_EXCLUDE_GEBIETE') && !empty(FAS_REIHUNGSTEST_EXCLUDE_GEBIETE))
{
$exclude_gebiet_id_arr = FAS_REIHUNGSTEST_EXCLUDE_GEBIETE;
$excluded_gebiete = unserialize(FAS_REIHUNGSTEST_EXCLUDE_GEBIETE);
$exclude_gebiet_id_arr = $excluded_gebiete;
$exclude_gebiet_id_toString = implode(', ', $exclude_gebiet_id_arr);
$qry .= "
AND