fixed cv timeline view on mobile

This commit is contained in:
2021-09-06 19:20:44 +01:00
parent 55406bcb72
commit 87f29b1439
5 changed files with 337 additions and 338 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class TimelineData
function getWorkData()
{
$conn = dbConn();
$stmt = $conn->prepare("SELECT DATE_FORMAT(startPeriod, '%b, %Y') as startPeriod, DATE_FORMAT(endPeriod, '%b, %Y') as endPeriod, companyName, area, title FROM work ORDER BY startPeriod DESC;");
$stmt = $conn->prepare("SELECT DATE_FORMAT(startPeriod, '%b, %Y') as startPeriod, DATE_FORMAT(endPeriod, '%b, %Y') as endPeriod, companyName, area, title FROM work ORDER BY work.startPeriod DESC;");
$stmt->execute();
// set the resulting array to associative