From aec86b3a12a05ec3460e6fd54b58f3832344836d Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Wed, 24 Jan 2018 22:16:02 -0500 Subject: [PATCH] Fix variable name This never worked. --- bin/save_chyrons.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/save_chyrons.php b/bin/save_chyrons.php index c9a26a2..d76d2e2 100644 --- a/bin/save_chyrons.php +++ b/bin/save_chyrons.php @@ -191,7 +191,7 @@ function format_time($secs) $invalid++; } } - if ( ($invalid / strlen($bill)) > .33) + if ( ($invalid / strlen($legislator)) > .33) { unset($legislator); }