nick ?> follows feeds

Nick URL Time ago
twts)) { // Then test if latest twt is at start or end of file: $resetVar = reset(getTwtsFromTwtxtString($currentFollower[1])->twts); $endVar = end(getTwtsFromTwtxtString($currentFollower[1])->twts); if ($resetVar->timestamp < $endVar->timestamp) { // TODO: this can be swapped to get time of first twt echo $endVar->displayDate; } else { echo $resetVar->displayDate; } } ?>