Skip to content

Commit

Permalink
yeah...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebiboga committed Dec 1, 2023
1 parent 9e45c5b commit 292bb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROMANIA/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function createJudet($nume, $municipii = [], $orase = [], $comune = []) {
}
}

if (!function_exists('createJudet')) {
if (!function_exists('createTara')) {
function createTara($proiect, $url, $nume, $judete = [], $municipii = []) {
$tara = new stdClass();
$tara->proiect = $proiect;
Expand Down

0 comments on commit 292bb60

Please sign in to comment.