Fix cache lifetime parsing, closes #1484306.

release-0.6
svncommit 18 years ago
parent 7429840e83
commit bd49596842

@ -1565,7 +1565,7 @@ function get_offset_time($offset_str, $factor=1)
$amount *= 24;
case 'h':
$amount *= 60;
case 'h':
case 'm':
$amount *= 60;
case 's':
$ts += $amount * $factor;

Loading…
Cancel
Save