browser: count score for new status "p p"
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 6 Dec 2010 04:11:30 +0000 (05:11 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 15 Dec 2010 21:40:44 +0000 (22:40 +0100)
browser.plp

index d623a344535af64c343ed15718756ad67fd1440d..741868ba148a12bc3b9eea1261953aec88011148 100644 (file)
@@ -135,7 +135,7 @@ print "</thead>\n";
 
 sub featurescore {
        # relative amount of support for given feature
-       state $statspts = { y=>10, 'y x'=>10, a=>5, 'a x'=>5, j=>2, 'p j'=>2, p=>1 };
+       state $statspts = { y=>10, 'y x'=>10, a=>5, 'a x'=>5, j=>2, 'p j'=>2, 'p p'=>2, p=>1 };
        my $rank = 0;
        if (my $row = shift) {
                if ($canihas) {