lilalo
changeset 110:2fc1f3f08760
fix
author | igor |
---|---|
date | Wed Feb 13 02:43:33 2008 +0200 (2008-02-13) |
parents | 3cd466f35ad6 |
children | 99ea38e538c9 |
files | l3-cgi-lite |
line diff
1.1 --- a/l3-cgi-lite Wed Feb 13 02:41:57 2008 +0200 1.2 +++ b/l3-cgi-lite Wed Feb 13 02:43:33 2008 +0200 1.3 @@ -25,7 +25,7 @@ 1.4 1.5 1.6 my $commands_to_show_at_a_go = $l3config::Config{"commands_to_show_at_a_go"}; 1.7 -my $start_from_command = "100"; 1.8 +my $start_from_command = "0"; 1.9 my $this_page_number=0; 1.10 if ($path =~ s/:(.*)//) { 1.11 $this_page_number = $1;