Skip to content
Snippets Groups Projects
Commit 0fd14891 authored by Nicolas Borboën's avatar Nicolas Borboën
Browse files

[cosmetic]

parent 91b272cb
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,6 @@ class DBController { ...@@ -24,6 +24,6 @@ class DBController {
$query->execute(); $query->execute();
$job = $query->fetch(); $job = $query->fetch();
return "{$job["job_full_value"]} ({$job["location_site"]})"; return "{$job["job_full_value"]} ({$job["location_site"]})";
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment