From 5e1862786f075fa9e927ae52b9dad6e99906fb34 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Mon, 16 Apr 2007 09:50:46 +0000 Subject: [PATCH] Fix variable name git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@234 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- banana/spool.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banana/spool.inc.php b/banana/spool.inc.php index fbfe75c..8deff17 100644 --- a/banana/spool.inc.php +++ b/banana/spool.inc.php @@ -159,7 +159,7 @@ class BananaSpool // Compute the range of indexes list($msgnum, $first, $last) = Banana::$protocole->getIndexes(); if ($last < $first) { - $threshold = $firt + $msgnum - $last; + $threshold = $first + $msgnum - $last; $threshold = (int)(log($threshold)/log(2)); $threshold = (2 ^ ($threshold + 1)) - 1; } -- 2.1.4