summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorRobin Sowell <robin.sowell@ellislab.com>2010-04-09 17:18:26 +0200
committerRobin Sowell <robin.sowell@ellislab.com>2010-04-09 17:18:26 +0200
commit73c19fc2e15bb542053bc347ee922ceb26114696 (patch)
treea6d36cfc50954ab49279d3c8e9d8fae27ccbcb36 /user_guide/changelog.html
parent0846d746cfe30f827dd20952a6b492ec4b61de95 (diff)
Modified get_file_info in the file helper, changing filectime() to filemtime() for dates.
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 12a4dc92f..21c35d6a8 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -117,6 +117,7 @@ Hg Tag: </p>
<li>Added an optional second parameter to <kbd>byte_format()</kbd> in the <a href="helpers/number_helper.html">Number Helper</a> to allow for decimal precision.</li>
<li>Added alpha, and sha1 string types to <kbd>random_string()</kbd> in the <a href="helpers/string_helper.html">String Helper</a>.</li>
<li>Modified <kbd>prep_url()</kbd> so as to not prepend http:// if the supplied string already has a scheme.</li>
+ <li>Modified <kbd>get_file_info</kbd> in the file helper, changing filectime() to filemtime() for dates.</li>
</ul>
</li>
<li>Other Changes