|
|
@@ -23,7 +23,7 @@ function BUDGET_ANALYTICS() {
|
|
|
<div class="alert alert-warning">
|
|
|
Nie wybrano roku.
|
|
|
</div>
|
|
|
- <?
|
|
|
+ <?php
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
@@ -33,7 +33,7 @@ function BUDGET_ANALYTICS() {
|
|
|
<div class="alert alert-warning">
|
|
|
Brak danych na wybrany rok.
|
|
|
</div>
|
|
|
- <?
|
|
|
+ <?php
|
|
|
return;
|
|
|
}
|
|
|
|