From 05574e4222ef483a9c30a3488218bad7de88100c Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sat, 25 Jan 2014 16:14:24 +0000 Subject: New name code - media objects --- library/WT/Media.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/WT/Media.php b/library/WT/Media.php index 6d57ef9224..891d2348c2 100644 --- a/library/WT/Media.php +++ b/library/WT/Media.php @@ -434,7 +434,7 @@ class WT_Media extends WT_GedcomRecord { } // Get an array of structures containing all the names in the record - public function getAllNames() { + public function extractNames() { // Earlier gedcom versions had level 1 titles // Later gedcom versions had level 2 titles $this->_extractNames(2, 'TITL', $this->getFacts('FILE')); -- cgit v1.3