Skip to content

Commit

Permalink
There's a lot of people born before 1500.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Oct 10, 2011
1 parent 9f37368 commit 7c85ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhd_person/fhd_person.module
Expand Up @@ -333,7 +333,7 @@ function _fhd_get_date($str) {
function safestrtotime($strInput)
{
$iVal = -1;
for ($i=1500; $i<=1969; $i++)
for ($i=1100; $i<=1969; $i++)
{
// Check for this year string in date
$strYear = (string)$i;
Expand Down

0 comments on commit 7c85ceb

Please sign in to comment.