From 430b94d8e8f9f2f527991651923e475682145bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 6 Mar 2008 10:22:12 +0000 Subject: [PATCH] --- content/fasoverlay.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/fasoverlay.js.php b/content/fasoverlay.js.php index 20091b524..6b5d8371e 100644 --- a/content/fasoverlay.js.php +++ b/content/fasoverlay.js.php @@ -975,7 +975,7 @@ function BISStudentenPlausicheck() var stg_kz=tree.view.getCellText(tree.currentIndex,col); if(stg_kz!='') - window.open('vilesci/bis/checkstudenten.php?stg_kz='+stg_kz,'Datencheck',''); + window.open('vilesci/bis/studentenmeldung.php?plausi=J&stg_kz='+stg_kz,'Datencheck',''); else alert('Bitte einen Studiengang auswaehlen'); }