Fixing some warnings that I discovered through unit testing under E_ALL
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 30 Nov 2007 18:47:12 +0000 (13:47 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 30 Nov 2007 18:47:12 +0000 (13:47 -0500)
commitc455a71afa2c6bf242571941b0263e1ec72d3d96
treeb162fccbda91585d200b32dea8f748a72f7ce873
parent0a51bd7ef5a1072c300e4a696ba3442383b0bb7b
Fixing some warnings that I discovered through unit testing under E_ALL

* Functions.php:
(BSFunctions::FetchMicrotimeDiff): Refactored the local vars
* Template.php:
(BSTemplate::fetch): Fixed a warning generated by the uncached template counter
(BSTemplate::flush): Fixed a warning about the microtime diff because we weren't passing a microtime, just the seconds
Functions.php
Template.php