From 811bea05221c3704037eaba860a70f42eb45994b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Nov 2010 11:42:05 +0300 Subject: remove get_script_dt_add() --- tt-rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.php') diff --git a/tt-rss.php b/tt-rss.php index 2dbf78b7d..e580f0c8e 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -14,7 +14,7 @@ login_sequence($link); - $dt_add = get_script_dt_add(); + $dt_add = time(); no_cache_incantation(); -- cgit v1.2.3-54-g00ecf