# HG changeset patch # User dwinter # Date 1367481474 -7200 # Node ID 09900782c855b653f725f00e3a5836b005bab7ed # Parent 84879a3f91a6d8d1b4c11b72ab422c0777144ca8 last arrivals diff -r 84879a3f91a6 -r 09900782c855 MPIWGProjects.py --- 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