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:
Mark Baker 2010-10-25 09:33:01 +00:00
parent c481e81fb4
commit 568d3fa933
3 changed files with 1 additions and 6 deletions

View File

@ -234,6 +234,3 @@ class PHPExcel_CachedObjectStorage_Memcache extends PHPExcel_CachedObjectStorage
} // function __destruct()
}
?>

View File

@ -228,6 +228,3 @@ class PHPExcel_CachedObjectStorage_Wincache extends PHPExcel_CachedObjectStorage
} // function __destruct()
}
?>

View File

@ -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):