Changeset 224:58c5338749c7 in documentViewer
- Timestamp:
- Oct 8, 2010, 1:29:00 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentViewer.py
r223 r224 402 402 if (regpath==None): 403 403 return "" 404 logging.debug("(getDomFromIndexMeta): URLXAXA: %s"%regpath.group( 3))404 logging.debug("(getDomFromIndexMeta): URLXAXA: %s"%regpath.group(2)) 405 405 return ("/mpiwg/online/"+regpath.group(1)+"/"+regpath.group(2)) 406 406
Note: See TracChangeset
for help on using the changeset viewer.