From b75dc2b2bc8cd582385877611bf728224c6ee44f Mon Sep 17 00:00:00 2001 From: shish Date: Thu, 24 Jul 2008 14:21:10 +0000 Subject: [PATCH] thank god they both have *some* log function in common... git-svn-id: file:///home/shish/svn/shimmie2/trunk@925 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/tag_list/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/tag_list/main.php b/ext/tag_list/main.php index 50032836..5f2b6a55 100644 --- a/ext/tag_list/main.php +++ b/ext/tag_list/main.php @@ -101,7 +101,7 @@ class TagList extends Extension { $result = $database->execute(" SELECT tag, - FLOOR(LOG(LOG(count - ? + 1)+1)*1.5*100)/100 AS scaled + FLOOR(LOG(2.7, LOG(2.7, count - ? + 1)+1)*1.5*100)/100 AS scaled FROM tags WHERE count >= ? ORDER BY tag