diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-02 20:30:20 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-02 20:30:20 +0100 |
commit | 1efda7bc21582c6d0b6409e1f9a37d58e2d79571 (patch) | |
tree | d7f8b974baea9c1844ded466718f81d69343e64c /system | |
parent | ac2b24776fc92800585005f0db2ef82463847c81 (diff) |
@PHP4 tags to CodeIgniter.php
Diffstat (limited to 'system')
-rw-r--r-- | system/core/CodeIgniter.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 90cce1c6e..488f9f3ce 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -207,7 +207,8 @@ * Note: Due to the poor object handling in PHP 4 we'll * conditionally load different versions of the base * class. Retaining PHP 4 compatibility requires a bit of a hack. - * + * @PHP4 + * */ if (is_php('5.0.0') == TRUE) { |