diff --git a/cadastre/classes/cadastreDockable.listener.php b/cadastre/classes/cadastreDockable.listener.php index 1a7748a..1444975 100644 --- a/cadastre/classes/cadastreDockable.listener.php +++ b/cadastre/classes/cadastreDockable.listener.php @@ -76,9 +76,15 @@ public function onmapDockable($event) } } - public function onmapMiniDockable($event) {} + public function onmapMiniDockable($event) + { + } - public function onmapRightDockable($event) {} + public function onmapRightDockable($event) + { + } - public function onmapBottomDockable($event) {} + public function onmapBottomDockable($event) + { + } } diff --git a/cadastre/classes/listGeoCommuneDatasource.class.php b/cadastre/classes/listGeoCommuneDatasource.class.php index 0747b8f..230f2f2 100644 --- a/cadastre/classes/listGeoCommuneDatasource.class.php +++ b/cadastre/classes/listGeoCommuneDatasource.class.php @@ -15,7 +15,9 @@ class listGeoCommuneDatasource extends jFormsDynamicDatasource protected $profile; protected $dao; - public function __construct($formid) {} + public function __construct($formid) + { + } public function getData($form) { diff --git a/cadastre/classes/listGeoSectionDatasource.class.php b/cadastre/classes/listGeoSectionDatasource.class.php index 76cc6b7..6a182f1 100644 --- a/cadastre/classes/listGeoSectionDatasource.class.php +++ b/cadastre/classes/listGeoSectionDatasource.class.php @@ -16,7 +16,9 @@ class listGeoSectionDatasource extends jFormsDynamicDatasource protected $dao; - public function __construct($formid) {} + public function __construct($formid) + { + } public function getData($form) { diff --git a/cadastre/classes/listParcelleLieuDatasource.class.php b/cadastre/classes/listParcelleLieuDatasource.class.php index b2dc5dc..3e1794a 100644 --- a/cadastre/classes/listParcelleLieuDatasource.class.php +++ b/cadastre/classes/listParcelleLieuDatasource.class.php @@ -16,7 +16,9 @@ class listParcelleLieuDatasource extends jFormsDynamicDatasource protected $profile; protected $dao; - public function __construct($formid) {} + public function __construct($formid) + { + } public function getData($form) { diff --git a/cadastre/classes/listParcelleLieuNoMajicDatasource.class.php b/cadastre/classes/listParcelleLieuNoMajicDatasource.class.php index 6e999cd..c0543ed 100644 --- a/cadastre/classes/listParcelleLieuNoMajicDatasource.class.php +++ b/cadastre/classes/listParcelleLieuNoMajicDatasource.class.php @@ -16,7 +16,9 @@ class listParcelleLieuNoMajicDatasource extends jFormsDynamicDatasource protected $profile; protected $dao; - public function __construct($formid) {} + public function __construct($formid) + { + } public function getData($form) { diff --git a/cadastre/classes/listParcellePropDatasource.class.php b/cadastre/classes/listParcellePropDatasource.class.php index 9578189..c1ceb86 100644 --- a/cadastre/classes/listParcellePropDatasource.class.php +++ b/cadastre/classes/listParcellePropDatasource.class.php @@ -16,7 +16,9 @@ class listParcellePropDatasource extends jFormsDynamicDatasource protected $profile; protected $dao; - public function __construct($formid) {} + public function __construct($formid) + { + } public function getData($form) { diff --git a/cadastre/controllers/service.classic.php b/cadastre/controllers/service.classic.php index cab7ba5..ad22df9 100644 --- a/cadastre/controllers/service.classic.php +++ b/cadastre/controllers/service.classic.php @@ -87,7 +87,7 @@ public function getCadastrePdf() if ($type == 'fiche') { $creq = 'getHtml'; - // jLog::log($creq); + // jLog::log($creq); } else { $creq = 'createPdf'; }