summaryrefslogtreecommitdiffstats
path: root/system/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-01 20:57:13 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-01 20:57:13 +0100
commitcf2ba9ee5fc50b8411eba46ddd73c59b66524fea (patch)
tree60b5ef1b7022765066560b718a9a6458f6ec561a /system/libraries
parentbb96c8b466cb618c5fd6f004234a137011a7e374 (diff)
Cut some comments
Diffstat (limited to 'system/libraries')
-rw-r--r--system/libraries/Image_lib.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php
index 5f5b5f9d5..fe9b8dc79 100644
--- a/system/libraries/Image_lib.php
+++ b/system/libraries/Image_lib.php
@@ -171,11 +171,7 @@ class CI_Image_lib {
{
if (preg_match('/^#?([0-9a-f]{3}|[0-9a-f]{6})$/i', $val, $matches))
{
- /* This particular line has caused a lengthy discussion
- * (https://github.com/EllisLab/CodeIgniter/pull/818), so
- * just to clarify:
- *
- * $matches[1] contains our hex color value, but it might be
+ /* $matches[1] contains our hex color value, but it might be
* both in the full 6-length format or the shortened 3-length
* value.
* We'll later need the full version, so we keep it if it's