diff --git a/lib/csslib.php b/lib/csslib.php index bec0ed84ac8..669ca974dc4 100644 --- a/lib/csslib.php +++ b/lib/csslib.php @@ -334,7 +334,6 @@ function css_send_cached_css_content($csscontent, $etag) { * The Content-Length of the body is also included, but the script is not ended. * * @param string $css The CSS content to send - * @param int $expiry The anticipated expiry of the file */ function css_send_temporary_css($css) { header('Cache-Control: no-cache, no-store, must-revalidate'); diff --git a/version.php b/version.php index 4956fbbd4d2..409f538cdf4 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2017062200.02; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2017062200.03; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.