diff options
Diffstat (limited to 'library/WT/Controller/Pedigree.php')
| -rw-r--r-- | library/WT/Controller/Pedigree.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Controller/Pedigree.php b/library/WT/Controller/Pedigree.php index a7929ddc40..e6233fed0b 100644 --- a/library/WT/Controller/Pedigree.php +++ b/library/WT/Controller/Pedigree.php @@ -147,7 +147,7 @@ class WT_Controller_Pedigree extends WT_Controller_Chart { $this->offsetarray = array(); $this->minyoffset = 0; if ($this->treesize<3) $this->treesize=3; - // -- loop through all of id's in the array starting at the last and working to the first + // -- loop through all of IDs in the array starting at the last and working to the first //-- calculation the box positions for ($i=($this->treesize-1); $i>=0; $i--) { // -- check to see if we have moved to the next generation |
