commit | d7055aaf8fed8120db13ae29f0da3fe45b725008 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Tue Mar 02 13:32:57 2010 -0600 |
committer | Derek Jones <derek.jones@ellislab.com> | Tue Mar 02 13:32:57 2010 -0600 |
tree | a0882d0456a8388eab95f54090838f437696245b | |
parent | 1efda7bc21582c6d0b6409e1f9a37d58e2d79571 [diff] [blame] |
adding @PHP4 tags to Base classes
diff --git a/system/core/Base4.php b/system/core/Base4.php index 2447483..bd04341 100644 --- a/system/core/Base4.php +++ b/system/core/Base4.php
@@ -31,7 +31,8 @@ * * Since PHP 5 doesn't suffer from this problem so we load one of * two files based on the version of PHP being run. - * + * @PHP4 + * * @package CodeIgniter * @subpackage codeigniter * @category front-controller