Raise tab char count to 82

This commit is contained in:
Scott Ullrich 2009-04-02 00:34:43 -04:00
parent 53b675066e
commit d4e6c445c4

View File

@ -2384,7 +2384,7 @@ function display_top_tabs(& $tab_array) {
// If the character count of the tab names is > 670
// then show a select item dropdown menubox.
if($tabcharcount > 70) {
if($tabcharcount > 82) {
echo "Currently viewing: ";
echo "<select name='TabSelect'>\n";
foreach ($tab_array as $ta) {