version 1.55, 2003/09/11 20:54:11
|
version 1.56, 2003/09/16 19:23:47
|
Line 46 use Apache::loncommon();
|
Line 46 use Apache::loncommon();
|
use Apache::lonnet(); |
use Apache::lonnet(); |
use Apache::lonmenu(); |
use Apache::lonmenu(); |
use Fcntl qw(:flock); |
use Fcntl qw(:flock); |
|
use Apache::lonlocal; |
|
|
my %FORM; |
my %FORM; |
|
|
Line 270 sub handler {
|
Line 271 sub handler {
|
return OK; |
return OK; |
} |
} |
|
|
|
&Apache::lonlocal::get_language_handle(); |
|
|
my $buffer; |
my $buffer; |
$r->read($buffer,$r->header_in('Content-length'),0); |
$r->read($buffer,$r->header_in('Content-length'),0); |
my @pairs=split(/&/,$buffer); |
my @pairs=split(/&/,$buffer); |