Increase subject length limit to 80 in threads display.
This commit is contained in:
parent
3b5f153113
commit
de7015b46f
|
@ -132,7 +132,7 @@ $thread_show["replies"] = false;
|
|||
$thread_show["lastdate"] = true; // makes only sense with $thread_show["replies"]=false
|
||||
$thread_show["threadsize"] = true;
|
||||
$thread_show["latest"] = true;
|
||||
$thread_maxSubject = 70;
|
||||
$thread_maxSubject = 80;
|
||||
$maxfetch = 1000;
|
||||
$maxarticles = 0;
|
||||
$maxarticles_extra = 0;
|
||||
|
|
Loading…
Reference in New Issue