diff --git a/cis/public/bibliothek_elektronischeressourcen.html b/cis/public/bibliothek_elektronischeressourcen.html index 181c50f3b..411aa7905 100644 --- a/cis/public/bibliothek_elektronischeressourcen.html +++ b/cis/public/bibliothek_elektronischeressourcen.html @@ -68,6 +68,11 @@ HighWire Press, eine Abteilung der Universitätsbibliotheken von Stanford, stellt 1269 peer-reviewed Journals mit mehr als 6 Millionen Artikeln online zur Verfügung. Davon sind fast 2 Millionen Artikel im Volltext frei zugänglich, der Schwerpunkt liegt im Bereich Medizin.

BioMed Central (knapp 200 peer-reviewed Open Access Journals)
+
+ PubMed Central ist ein von den National Institutes of Health (USA) zur + Verfügung gestelltes digitales Archiv. Es ermöglicht den freien Zugriff auf + Zeitschriftenartikel aus den Bereichen Biomedical Engineering und Life + Sciences.
diff --git a/include/ort.class.php b/include/ort.class.php index 8826a3e58..ee06b9e63 100644 --- a/include/ort.class.php +++ b/include/ort.class.php @@ -161,9 +161,9 @@ class ort extends basis_db $this->errormsg = 'Planbezeichnung darf nicht laenger als 30 Zeichen sein'; return false; } - if(mb_strlen($this->ort_kurzbz)>8) + if(mb_strlen($this->ort_kurzbz)>16) { - $this->errormsg = 'Ort_kurzbz darf nicht laenger als 8 Zeichen sein'; + $this->errormsg = 'Ort_kurzbz darf nicht laenger als 16 Zeichen sein'; return false; } if($this->ort_kurzbz == '') diff --git a/include/ortraumtyp.class.php b/include/ortraumtyp.class.php index b0b50b9ac..24e2bc1e2 100644 --- a/include/ortraumtyp.class.php +++ b/include/ortraumtyp.class.php @@ -118,9 +118,9 @@ class ortraumtyp extends basis_db public function validate() { //Laenge Pruefen - if(mb_strlen($this->ort_kurzbz)>8) + if(mb_strlen($this->ort_kurzbz)>16) { - $this->errormsg = 'Ort_kurzbz darf nicht laenger als 8 Zeichen sein'; + $this->errormsg = 'Ort_kurzbz darf nicht laenger als 16 Zeichen sein'; return false; } if(mb_strlen($this->raumtyp_kurzbz)>8) diff --git a/include/reihungstest.class.php b/include/reihungstest.class.php index 7feada9cc..eae827223 100644 --- a/include/reihungstest.class.php +++ b/include/reihungstest.class.php @@ -155,9 +155,9 @@ class reihungstest extends basis_db return false; } //Gesamtlaenge pruefen - if(mb_strlen($this->ort_kurzbz)>8) + if(mb_strlen($this->ort_kurzbz)>16) { - $this->errormsg = 'Ort_kurzbz darf nicht länger als 8 Zeichen sein'; + $this->errormsg = 'Ort_kurzbz darf nicht länger als 16 Zeichen sein'; return false; } if(mb_strlen($this->anmerkung)>64) diff --git a/include/reservierung.class.php b/include/reservierung.class.php index d14519e76..c7a3d1c0c 100644 --- a/include/reservierung.class.php +++ b/include/reservierung.class.php @@ -59,9 +59,9 @@ class reservierung extends basis_db */ protected function validate() { - if(mb_strlen($this->ort_kurzbz)>8) + if(mb_strlen($this->ort_kurzbz)>16) { - $this->errormsg = 'Ort_Kurzbz darf nicht laenger als 8 Zeichen sein'; + $this->errormsg = 'Ort_Kurzbz darf nicht laenger als 16 Zeichen sein'; return false; } if(!is_numeric($this->studiengang_kz)) diff --git a/vilesci/lehre/lehrveranstaltung.php b/vilesci/lehre/lehrveranstaltung.php index 045195b6b..f2794695c 100644 --- a/vilesci/lehre/lehrveranstaltung.php +++ b/vilesci/lehre/lehrveranstaltung.php @@ -359,7 +359,7 @@ if ($result_lv!=0) echo "ID Kurzbz Bezeichnung - Lehrform + LF Stg Organisationsform SS