Ignore:
Timestamp:
14 Feb 2013, 16:15:46 (12 years ago)
Author:
uli
Message:

Rollback r9946 as discussed earlier today.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r9946 r9948  
    582582        pdf_stream = creator.create_pdf(
    583583            data, None, doc_title, author=author, footer=footer_text,
    584             note=None, context=student)
     584            note=None)
    585585        return pdf_stream
    586586
     
    666666            pdf_stream = creator.create_pdf(
    667667                data, None, doc_title, author=author, footer=footer_text,
    668                 note=note, sigs_in_footer=sigs_in_footer, topMargin=topMargin,
    669                 context=student)
     668                note=note, sigs_in_footer=sigs_in_footer, topMargin=topMargin)
    670669        except IOError:
    671670            view.flash('Error in image file.')
Note: See TracChangeset for help on using the changeset viewer.