Changeset 54:f87b6844503b in documentViewer


Ignore:
Timestamp:
May 3, 2007, 5:28:23 PM (17 years ago)
Author:
casties
Branch:
default
Message:

fixed missing getauthinfo in getdocinfofromtexttool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r53 r54  
    400400
    401401           docinfo['textURL'] = textUrl
    402                      
    403402   
    404403       presentationUrls=dom.xpath("//texttool/presentation")
     
    409408            # durch den relativen Pfad auf die presentation infos
    410409           presentationUrl=url.replace('index.meta',getTextFromNode(presentationUrls[0]))
    411            
    412410           docinfo = self.getBibinfoFromTextToolPresentation(presentationUrl,docinfo=docinfo,dom=dom)
    413411
    414            
    415 
     412       docinfo = self.getAuthinfoFromIndexMeta(path,docinfo=docinfo)
    416413       return docinfo
    417414   
Note: See TracChangeset for help on using the changeset viewer.