Author: dmeyer
Date: Tue Oct 24 20:13:39 2006
New Revision: 1929

Modified:
   trunk/beacon/src/db.py

Log:
remove dirname query, not used anymore

Modified: trunk/beacon/src/db.py
==============================================================================
--- trunk/beacon/src/db.py      (original)
+++ trunk/beacon/src/db.py      Tue Oct 24 20:13:39 2006
@@ -147,11 +147,6 @@
             qlen -= 1
 
         # do query based on type
-        if 'dirname' in query:
-            query['dirname'] = os.path.realpath(query['dirname'] + '/')
-            if query['dirname'] == '//':
-                query['dirname'] = '/'
-            return self._db_query_dirname(query)
         if 'filename' in query and qlen == 1:
             fname = os.path.realpath(query['filename'])
             return self._db_query_filename(fname)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to