Changeset 2677 for WAeUP_SRP


Ignore:
Timestamp:
16 Nov 2007, 12:05:36 (17 years ago)
Author:
joachim
Message:

fix picturesList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/WAeUPTool.py

    r2675 r2677  
    966966        path = 'images'
    967967        student_id = self.getStudentId()
    968         picture_path = os.path.join(i_home,path,student_id)
     968        #picture_path = os.path.join(i_home,path,student_id)
     969        picture_path = getImagesDir(student_id)
    969970        if not os.path.exists(picture_path):
    970971            return []
Note: See TracChangeset for help on using the changeset viewer.