Removing the is_browser() function
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 23 Jan 2008 22:15:47 +0000 (17:15 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 23 Jan 2008 22:15:47 +0000 (17:15 -0500)
commitef24069ebf87dcd4a7b1b2239fafd09bb28d00b5
tree7c8052e338635e098e6c6ebc507b26da829fd008
parent0aa7148b74de44edaa7b1149ee2cfff63e211e9b
Removing the is_browser() function

* Functions.php:
(BSFunctions::is_browser): Removed
(BSFunctions::download_file): Send both application/octet-stream and application/octetstream so we don't need to browser sniff anymore
* UnitTest/FunctionsTest.php: Removed the empty unit test for is_browser()
Functions.php
UnitTest/FunctionsTest.php