diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-08-16 22:00:00 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-08-16 22:00:00 +0100 |
| commit | 421d0476fb198acf9e4349fcec9bb261b457908d (patch) | |
| tree | 10088141af1dc1ead567483129eda7d4ba11ceeb /library/WT/Controller | |
| parent | 4c435ac5640c3098f9fb0f5ef07d7dd669dc1e2a (diff) | |
| download | webtrees-421d0476fb198acf9e4349fcec9bb261b457908d.tar.gz webtrees-421d0476fb198acf9e4349fcec9bb261b457908d.tar.bz2 webtrees-421d0476fb198acf9e4349fcec9bb261b457908d.zip | |
Typo in comments
Diffstat (limited to 'library/WT/Controller')
| -rw-r--r-- | library/WT/Controller/Lifespan.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Controller/Lifespan.php b/library/WT/Controller/Lifespan.php index 808b113ab6..2621efab05 100644 --- a/library/WT/Controller/Lifespan.php +++ b/library/WT/Controller/Lifespan.php @@ -175,7 +175,7 @@ class WT_Controller_Lifespan extends WT_Controller_Page { $WT_SESSION->timeline_pids=null; } - //--Sort the arrar in order of being year + // Sort the array in order of birth year uasort($this->people, "compare_people"); //If there is people in the array posted back this if occurs if (isset ($this->people[0])) { |
