Project

General

Profile

« Previous | Next » 

Revision 9781aceb

Added by Andreas Kohlbecker almost 14 years ago

refactoring footnote system

View differences:

modules/cdm_dataportal/cdm_dataportal.module
1837 1837
        $annotationPager = cdm_ws_get($annotationUrl, null, null, null, true);
1838 1838
        if($annotationPager->count > 0){
1839 1839
            foreach($annotationPager->records as $annotation){
1840
                $footnoteKeyStr = FootnoteManager::addNewFootnote($footnoteListKey, $annotation->text);
1841
                $footNoteKeys[] = new FootnoteKey($footnoteKeyStr, $footnoteListKey);
1840
                $footNoteKeys[] = FootnoteManager::addNewFootnote($footnoteListKey, $annotation->text);
1842 1841
            }   
1843 1842
        }
1844 1843
    }

Also available in: Unified diff