/[webpac2]/trunk/vhost/webpac2.cgi
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 /trunk/vhost/webpac2.cgi

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

revision 1165 by dpavlin, Sat Apr 25 17:11:33 2009 UTC revision 1166 by dpavlin, Sat Apr 25 17:12:43 2009 UTC
# Line 237  if ( my $search = param('search') ) { Line 237  if ( my $search = param('search') ) {
237                  while ( my $result = $swish_results->next_result ) {                  while ( my $result = $swish_results->next_result ) {
238                          my $data = from_json $result->property('data');                          my $data = from_json $result->property('data');
239    
240                            dump_yaml( 'data', $data );
241    
242                          print qq|<li>|;                          print qq|<li>|;
243                          foreach my $attr ( @attr ) {                          foreach my $attr ( @attr ) {
244                                  next unless defined $data->{$attr};                                  next unless defined $data->{$attr};

Legend:
Removed from v.1165  
changed lines
  Added in v.1166

  ViewVC Help
Powered by ViewVC 1.1.26