Does what it says
-
I came across a few bugs – some functional, some cosmetic which I have corrected in the installed version. Does not seem to be a way to pass this on to the author!!
The end of file error is due to
<?
short open tag usage infunction bf_map_settings_page(){}
inmagic-Maps.php
. Change to<?php
to fix or setshort_open_tag = On
inphp.ini
I also changed all [dD]escryption -> [dD]description (do this in .js files as well) – purely cosmetic
Also get warnings, notices for use of uninitialised var in `function enable_description(){}. I added code to handle this.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Does what it says’ is closed to new replies.