There's no reason to make BSFunctions use a singleton. Switching it to be a purely...
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 5 Jan 2009 03:33:13 +0000 (19:33 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 5 Jan 2009 03:33:13 +0000 (19:33 -0800)
commit1db26e419f41c52695aa5238a8a25c0517a4335f
treed20370cb3ef599793a03ca29eb6b549639c889af
parent1b001ad2efc98943cf3581ff4c10690bafd5b481
There's no reason to make BSFunctions use a singleton. Switching it to be a purely-static class.

* Functions.php: Made all the ivars static
(BSFunctions::_instance): Removed
(BSFunctions::set_cookie_path): Use new static ivar
(BSFunctions::set_cookie_domain): ditto
(BSFunctions::set_cookie_timeout): ditto
(BSFunctions::cookie): ditto
Functions.php