Created individual categories page
Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
Vendored
+3
-3
@@ -31,7 +31,7 @@ class timelineData
|
||||
}
|
||||
return array("errorMessage" => "Error, edu data not found");
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get all work data
|
||||
* @return array - Array of all work data or error message
|
||||
@@ -178,7 +178,7 @@ class timelineData
|
||||
|
||||
return "error";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Create new education data
|
||||
* @param string $dateFrom - Start date
|
||||
@@ -202,7 +202,7 @@ class timelineData
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Create new work data
|
||||
* @param string $dateFrom - Start date
|
||||
|
||||
Reference in New Issue
Block a user