Fixing a few functions that broke during the refactoring
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 13 Jan 2008 18:46:16 +0000 (10:46 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 13 Jan 2008 18:46:16 +0000 (10:46 -0800)
commit9a81ed5f8cc7869b48390549b3306f4a497c5d53
tree9e0103b7b2f2a3894a8ac00f797237b23b7ab3af
parent5ce4a27ad170b0927cc91ec1e092738aad213c99
Fixing a few functions that broke during the refactoring

* Functions.php:
(BSFunctions::swap_css_classes): This function wasn't marked static so it wasn't refactored, fixed both of those issues
(BSFunctions::scan_directory): Issues arose with _help_scan_directory()
(BSFunctions::_help_scan_directory): ditto
Functions.php