/[webpac2]/Webpacus/lib/Webpacus/Controller/Editor.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/lib/Webpacus/Controller/Editor.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 399 by dpavlin, Sun Jan 22 00:44:42 2006 UTC revision 400 by dpavlin, Sun Feb 19 13:14:26 2006 UTC
# Line 5  use warnings; Line 5  use warnings;
5  use base 'Catalyst::Controller';  use base 'Catalyst::Controller';
6    
7  use HTML::Tidy;  use HTML::Tidy;
 use Data::Dumper;  
8    
9  =head1 NAME  =head1 NAME
10    
# Line 154  Return html of record taking C<mfn> and Line 153  Return html of record taking C<mfn> and
153  sub record : Local {  sub record : Local {
154          my ( $self, $c ) = @_;          my ( $self, $c ) = @_;
155    
156          $c->log->debug('record params '.Dumper($c->req->params));          $c->log->dumper($c->req->params, 'params');
157    
158          my $record_uri = $c->req->params->{record_uri};          my $record_uri = $c->req->params->{record_uri};
159          $record_uri ||= $c->config->{editor}->{default_record_uri} and          $record_uri ||= $c->config->{editor}->{default_record_uri} and

Legend:
Removed from v.399  
changed lines
  Added in v.400

  ViewVC Help
Powered by ViewVC 1.1.26