changeset 58:09900782c855

last arrivals
author dwinter
date Thu, 02 May 2013 09:57:54 +0200
parents 84879a3f91a6
children d452fff7c52e
files MPIWGProjects.py
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/MPIWGProjects.py	Tue Apr 30 22:34:00 2013 +0200
+++ b/MPIWGProjects.py	Thu May 02 09:57:54 2013 +0200
@@ -2065,13 +2065,6 @@
             return fulllog
                 
 
-    def getLastArrivals(self,REQUEST,RESPONSE):
-        """getlast arrivals"""
-        selectStr="select * from personal_www_list_web where publish_the_data = 'yes' and is_scholar='yes' order by date_from"
-        
-        res=self.members.executeZSQL(selectStr)
-        
-        return res