Closed (fixed)
Project:
Views Datasource
Version:
5.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Jul 2008 at 13:54 UTC
Updated:
5 Feb 2010 at 08:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
ksenzee@kehan - Thanks for tracking this down. It saved me a bunch of time.
Here's a patch rolled against 5.x-1.0-alpha2 that fixes this bug in all the views_datasource modules.
Comment #2
allisterbeharry commentedThanks. Will be fixed in the next release.
Comment #3
dalinConfirmed that the patch works and is an appropriate fix.
Comment #4
dalinComment #5
volocuga commentedAnother typo:
Views_xml module (may be not only here):
Line 215
$output = str_replace("'", '&pos;', $output); //encode apostropheShould be
$output = str_replace("'", ''', $output); //encode apostropheComment #6
allisterbeharry commentedFixed in ALPHA-3
http://drupalcode.org/viewvc/drupal/contributions/modules/views_datasour...