diff options
author | Michael Hamann <michael@content-space.de> | 2012-08-24 14:29:05 +0200 |
---|---|---|
committer | Michael Hamann <michael@content-space.de> | 2012-08-24 16:50:07 +0200 |
commit | 93b2e67758f1933a37de8ba366d22fc8c1dbcef5 (patch) | |
tree | 2fc1f3225a04c8cb34ff2fdd2d6b20e284193f17 | |
parent | 59f20ea39dc6e0e100f8a3a0b76079bfe81debeb (diff) | |
download | rpg-93b2e67758f1933a37de8ba366d22fc8c1dbcef5.tar.gz rpg-93b2e67758f1933a37de8ba366d22fc8c1dbcef5.tar.bz2 |
Declare timestamp parameter of http_conditionalRequest as int
-rw-r--r-- | inc/httputils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/httputils.php b/inc/httputils.php index b815f3ca6..4ba287eb5 100644 --- a/inc/httputils.php +++ b/inc/httputils.php @@ -15,7 +15,7 @@ define('HTTP_CHUNK_SIZE',16*1024); * * @author Simon Willison <swillison@gmail.com> * @link http://simonwillison.net/2003/Apr/23/conditionalGet/ - * @param timestamp $timestamp lastmodified time of the cache file + * @param int $timestamp lastmodified time of the cache file * @returns void or exits with previously header() commands executed */ function http_conditionalRequest($timestamp){ |