This commit is contained in:
Andreas Österreicher
2008-01-07 16:51:16 +00:00
parent 3048f9c80c
commit 1bbc9f51bd
@@ -1720,7 +1720,7 @@ function LehrveranstaltungFFZertifikatPrint()
}
var ss = getStudiensemester();
url = '<?php echo APP_ROOT; ?>content/pdfExport.php?xml=zertifikat_freifach.rdf.php&xsl=zertifikat_freifach&uid='+paramList+'&ss='+ss+'&lvid='+lvid+'&'+gettimestamp();
url = '<?php echo APP_ROOT; ?>content/pdfExport.php?xml=zertifikat.rdf.php&xsl=Zertifikat&uid='+paramList+'&ss='+ss+'&lvid='+lvid+'&'+gettimestamp();
window.location.href = url;
//prompt('test:',url);
}