Apply coding standards.

This commit is contained in:
David Molineus
2017-10-05 16:14:46 +02:00
parent 84294686a5
commit 20b9144b89
18 changed files with 654 additions and 709 deletions

View File

@@ -28,7 +28,7 @@ $GLOBALS['TL_DCA']['tl_leaflet_map_layer'] = array
(
'id' => array
(
'sql' => "int(10) unsigned NOT NULL auto_increment"
'sql' => 'int(10) unsigned NOT NULL auto_increment'
),
'tstamp' => array
(