diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-08-17 17:20:37 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-08-17 17:20:37 +0200 |
commit | 42dada789aba190fcdd23ffc8dcc50e6c44e6657 (patch) | |
tree | 547f9b21f91cce921eb9bc84ce138be8e7bdf240 /system/codeigniter | |
parent | 43204cc5bf9a745d3ba93bd49cd387689368cb89 (diff) |
comment fix
Diffstat (limited to 'system/codeigniter')
-rw-r--r-- | system/codeigniter/Common.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php index 15204492e..eb9dce648 100644 --- a/system/codeigniter/Common.php +++ b/system/codeigniter/Common.php @@ -16,20 +16,6 @@ // ------------------------------------------------------------------------ /** - * Common Functions - * - * Loads the base classes and executes the request. - * - * @package CodeIgniter - * @subpackage codeigniter - * @category Common Functions - * @author ExpressionEngine Dev Team - * @link http://codeigniter.com/user_guide/ - */ - -// ------------------------------------------------------------------------ - -/** * Determines if the current version of PHP is greater then the supplied value * * Since there are a few places where we conditionally test for PHP > 5 |