summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2010-03-11 17:29:13 +0100
committerDerek Jones <derek.jones@ellislab.com>2010-03-11 17:29:13 +0100
commitfc5c7e5e89d1ac8a84555b8d3971f14533abde03 (patch)
tree2440cccec8ad95ae8bb2cb1cb5c814fc675cc091 /system/helpers
parent1cf11491794573b20fc496045a36e4f3d9e906dc (diff)
added @php4 tag to compat helper (thanks Phil)
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/compatibility_helper.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/helpers/compatibility_helper.php b/system/helpers/compatibility_helper.php
index e7b21c660..4d7d466f5 100644
--- a/system/helpers/compatibility_helper.php
+++ b/system/helpers/compatibility_helper.php
@@ -25,6 +25,7 @@
* well with CodeIgniter, so those functions have been refactored.
* We cheat a little and use CI's _exception_handler() to output our own PHP errors
* so that the behavior fully mimicks the PHP 5 counterparts. -- Derek Jones
+ * @PHP4
*
* @package CodeIgniter
* @subpackage Helpers