Skip to content
Snippets Groups Projects
Commit 5d0d3887 authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

add _DISABLE_HTTP_304

parent 15c762be
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,10 @@
$last_updated = db_fetch_result($result, 0, "last_updated");
$last_article_timestamp = @strtotime(db_fetch_result($result, 0, "last_article_timestamp"));
if (defined('_DISABLE_HTTP_304'))
$last_article_timestamp = 0;
$owner_uid = db_fetch_result($result, 0, "owner_uid");
$mark_unread_on_update = sql_bool_to_bool(db_fetch_result($result,
0, "mark_unread_on_update"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment