Changeset 55:ba8917b93c84 in documentViewer
- Timestamp:
- May 3, 2007, 5:35:10 PM (18 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentViewer.py
r54 r55 410 410 docinfo = self.getBibinfoFromTextToolPresentation(presentationUrl,docinfo=docinfo,dom=dom) 411 411 412 docinfo = self.getAuthinfoFromIndexMeta( path,docinfo=docinfo)412 docinfo = self.getAuthinfoFromIndexMeta(url,docinfo=docinfo,dom=dom) # get access info 413 413 return docinfo 414 414
Note: See TracChangeset
for help on using the changeset viewer.