From b754124811a431511ab2cf214285e226daf117bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 30 Aug 2010 09:08:49 +0000 Subject: [PATCH] =?UTF-8?q?Defaultwert=20f=C3=BCr=20Incomingpl=C3=A4tze=20?= =?UTF-8?q?auf=205=20gesetzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/lehrveranstaltung.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lehrveranstaltung.class.php b/include/lehrveranstaltung.class.php index e22753e62..7ec9cceaf 100644 --- a/include/lehrveranstaltung.class.php +++ b/include/lehrveranstaltung.class.php @@ -53,7 +53,7 @@ class lehrveranstaltung extends basis_db public $updatevon; // string public $sprache='German'; // varchar(16) public $sort; // smallint - public $incoming; // smallint + public $incoming=5; // smallint public $zeugnis=true; // boolean public $projektarbeit; // boolean public $koordinator; // varchar(16)