move more code into library

This commit is contained in:
Brian Quinion
2013-08-27 17:21:20 +01:00
parent 54129a6f15
commit 4429121341
6 changed files with 114 additions and 1661 deletions

View File

@@ -30,7 +30,7 @@
if ($bShowAddressDetails) {
echo "<addressparts>";
foreach($aAddress as $sKey => $sValue)
foreach($aPlace['aAddress'] as $sKey => $sValue)
{
$sKey = str_replace(' ','_',$sKey);
echo "<$sKey>";