Ignore:
Timestamp:
Apr 6, 2020, 11:56:19 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Do not use parenthesis around returned value.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Map/MapAPI.php

    r873 r874  
    3737  function Show()
    3838  {
    39     return ('');
     39    return '';
    4040  }
    4141}
     
    102102    </script>';
    103103    $Output .= '<div id="map_canvas" style="width: 100%; height: 98%;"></div>';
    104     return ($Output);
     104    return $Output;
    105105  }
    106106}
Note: See TracChangeset for help on using the changeset viewer.