/[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 1240 by dpavlin, Sun Jul 12 17:23:47 2009 UTC revision 1241 by dpavlin, Sun Jul 12 17:42:27 2009 UTC
# Line 281  if ( my $search = param('search') ) { Line 281  if ( my $search = param('search') ) {
281    
282                  while ( my $result = $swish_results->next_result ) {                  while ( my $result = $swish_results->next_result ) {
283    
284                          my $data = from_json $result->property('data');                          my $data = from_json( $result->property('data'), {utf8 => 1} );
285    
286                          dump_yaml( 'data', $data );                          dump_yaml( 'data', $data );
287    

Legend:
Removed from v.1240  
changed lines
  Added in v.1241

  ViewVC Help
Powered by ViewVC 1.1.26