Commit 1940927e authored by Ad Schellevis's avatar Ad Schellevis

implement old "listags" construction to mark certain elements as array (even...

implement old "listags" construction to mark certain elements as array (even if they're not recurring)
parent c56e115e
<?php
require_once("xmlparse.inc");
require_once("script/load_phalcon.php");
/*
......@@ -55,7 +56,8 @@ function parse_config()
}
}
return $cnf->toArray();
// return config data as array, use old "listags" construction to mark certain elements as array (even if they're not recurring)
return $cnf->toArray(listtags());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment