unbenutzet variabel entfernt
git-svn-id: svn://svn.cccv.de/engel-system@107 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
6ee68e5f58
commit
f2a7d65540
|
@ -24,11 +24,6 @@ $crypt_system="md5";
|
|||
// für Developen 1, sonst = 0
|
||||
$DEBUG = 0;
|
||||
|
||||
//the link to the CCC page
|
||||
//$CCC_Start = "https://pentabarf.cccv.de/pentabarf/event/";
|
||||
$CCC_Start = "http://www.ccc.de/congress/2004/fahrplan/event/";
|
||||
$CCC_End = ".de.html";
|
||||
|
||||
// SSL Cert-KEY
|
||||
$show_SSLCERT = "MD5:<br>AF:32:B9:BE:3F:AE:53:78:1E:1B:6E:82:48:E0:DB:94<br>\n".
|
||||
"SHA1:<br>B8:07:E8:A4:F3:1A:EF:03:81:C2:44:0C:50:25:3D:1A:A0:E4:AA:76";
|
||||
|
|
|
@ -8,9 +8,7 @@ function ausgabe_Feld_Inhalt( $SID, $Man )
|
|||
{
|
||||
// gibt, nach übergabe der der SchichtID (SID) und der RaumBeschreibung,
|
||||
// die eingetragenden und und offenden Schichteintäge zurück
|
||||
global $EngelType, $EngelTypeID, $con;
|
||||
//form Config
|
||||
global $CCC_Start, $CCC_End, $DEBUG;
|
||||
global $EngelType, $EngelTypeID, $con, $DEBUG;
|
||||
|
||||
$Spalten = "";
|
||||
|
||||
|
|
Loading…
Reference in New Issue