Avoid warnings in addons (#639)

* Avoid warnings in addons

* And some warnings removed

* And more ...

* And some more ...

* Added comment

* And again ...

* And again ...

* Partly reworked "newmemberwidget"

* And more warnings ...

* The next round
This commit is contained in:
Michael Vogel 2018-07-10 14:30:23 +02:00 committed by Hypolite Petovan
parent 9ec2b9390b
commit 475299e642
12 changed files with 102 additions and 61 deletions

View file

@ -94,7 +94,7 @@ function openstreetmap_location($a, &$item)
}
}
if ($target == "") {
if (empty($target)) {
$target = $nomserver.'?q='.urlencode($item['location']);
}