selected tab should not automatically become inactive.

This commit is contained in:
gustav_delius
2005-07-01 19:03:42 +00:00
parent 125aca5d21
commit fe88b99237
+1 -1
View File
@@ -4285,7 +4285,7 @@ class tabobject {
$cstr = '';
/// The text and anchor for this tab
if ($inactive || $activetwo || $selected) {
if ($inactive || $activetwo) {
$astr .= $this->text;
} else {
$astr .= '<a href="'.$this->link.'" title="'.$this->text.'">'.$this->text.'</a>';