- Bugfix Reihungstestpunkte übernahme

- Ort DropDown im LV-Plan zeigt nun auch die Bezeichnung in Klammer an
This commit is contained in:
Andreas Österreicher
2009-08-31 12:47:09 +00:00
parent e54635a1aa
commit 6abf82a51b
4 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ class wochenplan extends basis_db
echo ' <OPTION value="stpl_week.php?type=ort&ort_kurzbz='.$row->ort_kurzbz.'&datum='.$this->datum.'"';
if ($row->ort_kurzbz==$this->ort_kurzbz)
echo ' selected ';
echo ">$row->ort_kurzbz</option>".$this->crlf;
echo ">$row->ort_kurzbz ($row->bezeichnung)</option>".$this->crlf;
}
echo ' </SELECT>'.$this->crlf;
if (isset($next_ort))