General: Applied patch 7169 - Removed spurious PHP end tags (?>)
git-svn-id: https://phpexcel.svn.codeplex.com/svn/trunk@62765 2327b42d-5241-43d6-9e2a-de5ac946f064
This commit is contained in:
parent
c481e81fb4
commit
568d3fa933
|
@ -234,6 +234,3 @@ class PHPExcel_CachedObjectStorage_Memcache extends PHPExcel_CachedObjectStorage
|
|||
} // function __destruct()
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
|
|
|
@ -228,6 +228,3 @@ class PHPExcel_CachedObjectStorage_Wincache extends PHPExcel_CachedObjectStorage
|
|||
} // function __destruct()
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
|
@ -52,6 +52,7 @@ Fixed in SVN:
|
|||
These leading characters are most commonly associated with number, currency or accounting (or occasionally fraction) formats
|
||||
- Bugfix: (MBaker) Workitem 14374 - BUG : Excel5 and setReadFilter ?
|
||||
- Bugfix: (MBaker) Workitem 14425 - Wrong exception message while deleting column
|
||||
- General: (MBaker) Applied patch 7169 - Removed spurious PHP end tags (?>)
|
||||
|
||||
|
||||
2010-08-26 (v1.7.4):
|
||||
|
|
Loading…
Reference in New Issue