Modified all points Allan sent via email on 04-05-2026
This commit is contained in:
@@ -62,11 +62,9 @@ class PermitsByBuilder extends Base {
|
||||
|
||||
$XML = $this->mergeXML($permits, "<XML/>");
|
||||
$XML = $this->mergeXML($subscription, $XML);
|
||||
$XML = $this->mergeXML($searchhistory, $XML);
|
||||
$XML = $this->mergeXML($popovers, $XML);
|
||||
|
||||
// echo $XML;
|
||||
// die();
|
||||
|
||||
$content = $this->applyXSL($XML, $this->getXSL("searchPermitsByBuilder"));
|
||||
$this->displayContent($content);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user