diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-02 20:18:39 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-02 20:18:39 +0100 |
commit | 7ec1310547af2a624b53f51a07231fe022b0664b (patch) | |
tree | 51aae884487255ad10379550e0970c9c4a679375 /system | |
parent | dc8e9ea8e559d7193492e94ccdcbe18bdd8173e4 (diff) |
whitespace and doc block update to Compat functions
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Compat.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/core/Compat.php b/system/core/Compat.php index 1ccc811db..06e5e78de 100644 --- a/system/core/Compat.php +++ b/system/core/Compat.php @@ -24,7 +24,7 @@ * @package CodeIgniter * @subpackage codeigniter * @category Compatibility Functions - * @author ExpressionEngine Development Team + * @author ExpressionEngine Dev Team * @link http://codeigniter.com/user_guide/ */ @@ -89,5 +89,8 @@ if ( ! function_exists('ctype_alnum')) } } +// -------------------------------------------------------------------- + + /* End of file Compat.php */ /* Location: ./system/core/Compat.php */
\ No newline at end of file |