Merge branch '3.8'

Conflicts:
	CHANGELOG.md
This commit is contained in:
Romain Neutron
2013-11-15 11:28:21 +01:00
2 changed files with 44 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ class patch_381alpha4a implements patchInterface
$value = $row['value'];
if ('px' === substr($value, -2)) {
$value = substr($value, 0, -2);
$value = 35;
} elseif ('%' === substr($value, -1)) {
$value = substr($value, 0, -1);
}