Changeset 417:a7dc563103c7 in documentViewer
- Timestamp:
- Dec 23, 2010, 5:05:01 PM (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
MpdlXmlTextServer.py
r416 r417 244 244 except: 245 245 docinfo['allPlaces'] = 0 246 247 else: 248 # no full text -- init to 0 249 docinfo['figureEntries'] = 0 250 docinfo['tocEntries'] = 0 251 docinfo['allPlaces'] = 0 246 252 247 253 return docinfo
Note: See TracChangeset
for help on using the changeset viewer.