bug fixes
This commit is contained in:
parent
d61701698c
commit
29a5edc3c6
7 changed files with 34 additions and 39 deletions
|
|
@ -90,12 +90,12 @@ Some OO style methods
|
|||
|
||||
@array = $page->ancestors;
|
||||
@array = $page->daughters;
|
||||
@array = $page->decendants;
|
||||
@array = $page->descendants;
|
||||
@array = $page->generation;
|
||||
@array = $page->leaves_under;
|
||||
@array = $page->pedigree;
|
||||
@array = $page->self_and_ancesters;
|
||||
@array = $page->self_and_decendants;
|
||||
@array = $page->self_and_descendants;
|
||||
@array = $page->self_and_sisters;
|
||||
@array = $page->self_and_sisters_splitted;
|
||||
@array = $page->sisters;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue