Changeset 3502
- Timestamp:
- 22/02/08 15:24:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
exist/trunk/python/ndgUtils/ndgRetrieve.py
r3500 r3502 84 84 return 0,'<p> There are %s identifiers matching your request! </p>'%r 85 85 if e is not None: 86 return 0,'Document retrieve [%s] failed [%s]'%(uri,cgi.escape(e))86 return 0,'Document retrieve [%s] failed [%s]'%(uri,cgi.escape(e)) 87 87 88 88 # we used to return an xmlHandler instance, but we don't do that any more ...
Note: See TracChangeset
for help on using the changeset viewer.