fixing bug #1796
git-svn-id: https://svn.php.net/repository/pear/packages/Spreadsheet_Excel_Writer/trunk@163481 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
95b5e9669b
commit
5a868b49ee
|
|
@ -1936,7 +1936,7 @@ class Spreadsheet_Excel_Writer_Worksheet extends Spreadsheet_Excel_Writer_BIFFwr
|
||||||
}
|
}
|
||||||
|
|
||||||
// Strip URL type
|
// Strip URL type
|
||||||
$url = preg_replace('s[^internal:]', '', $url);
|
$url = preg_replace('[^internal:]', '', $url);
|
||||||
|
|
||||||
// Write the visible label
|
// Write the visible label
|
||||||
if ($str == '') {
|
if ($str == '') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue