Revision 872f1493
Von Sven Schöling vor fast 15 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
937 | 937 |
|
938 | 938 |
#my $order_clause = " ORDER BY $form->{sort} $sort_order"; |
939 | 939 |
|
940 |
my $limit_clause = " LIMIT 100" if $form->{top100}; |
|
940 |
my $limit_clause; |
|
941 |
$limit_clause = " LIMIT 100" if $form->{top100}; |
|
942 |
$limit_clause = " LIMIT " . $form->{limit} * 1 if $form->{limit} * 1; |
|
941 | 943 |
|
942 | 944 |
#=== joins and complicated filters ========# |
943 | 945 |
|
Auch abrufbar als: Unified diff
Limit in all_parts ist nicht nur für top100 da.