Changeset 3510 for WAeUP_SRP


Ignore:
Timestamp:
12 Jun 2008, 19:00:27 (16 years ago)
Author:
Henrik Bettermann
Message:

set max_item to 5000 (see #552)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/uniben/waeup_custom/search_students_form.pt

    r3169 r3510  
    4646        max_items python:300;
    4747        zoom python:0;
    48         batches_all python:here.getBatchList(items,columns, items_per_page,zoom,max_items=400);
     48        batches_all python:here.getBatchList(items,columns, items_per_page,zoom,max_items=5000);
    4949        batches python:batches_all[0];
    5050        batch_info python:batches_all[1];
Note: See TracChangeset for help on using the changeset viewer.