Ignore:
Timestamp:
11 Jan 2008, 19:36:58 (17 years ago)
Author:
joachim
Message:

possible fix #446 please test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/search_students.py

    r2873 r3013  
    165165err = False
    166166with_review = state != "all"
    167 only_review = with_review and not term
     167if not co_view or not ca_view:
     168    only_review = with_review and not term
    168169bools = "with_review = %s<br\> only_review = %s<br\>" % (with_review,only_review)
    169170if not term and not with_review:
Note: See TracChangeset for help on using the changeset viewer.