summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 10:30:07 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 10:30:07 +0100
commit32d59314bc73322ed8094685c08887d49faf19d1 (patch)
tree8ad31419ef19f899d64ec184e9c6a08359ad041a
parent546499a9f37372d239d16b538e372faf641f5aa5 (diff)
star articles with score greater than 1000
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 2c073b467..d42316886 100644
--- a/functions.php
+++ b/functions.php
@@ -1187,7 +1187,7 @@
$last_read_qpart = 'NOW()';
}
- if (find_article_filter($article_filters, 'mark')) {
+ if (find_article_filter($article_filters, 'mark') || $score > 1000) {
$marked = 'true';
} else {
$marked = 'false';