From 8376ccffb4fe6773bf4029acd33fe26d5a3e7d03 Mon Sep 17 00:00:00 2001 From: kanoi Date: Tue, 30 Sep 2014 23:24:41 +1000 Subject: [PATCH] php - remove old 'lastblock's --- pool/db.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pool/db.php b/pool/db.php index cd707f78..e1939f2f 100644 --- a/pool/db.php +++ b/pool/db.php @@ -116,12 +116,12 @@ function homeInfo($user) else { $ans = repDecode($rep); - if ($ans['lastblock'] == '?') - { +// if ($ans['lastblock'] == '?') +// { // $ans['lastblock'] = 1401237522; // $ans['lastblock'] = 1403819191; - $ans['lastblock'] = 1407113822; - } +// $ans['lastblock'] = 1407113822; +// } } return $ans;