debug eintraege entfernt

git-svn-id: svn://svn.cccv.de/engel-system@69 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2005-11-19 20:12:30 +00:00
parent b1841adce3
commit 3c4e979b90
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,7 @@ $EnableRooms = 1;
$EnableRoomsDB = 1;
$EnableSchudleFunctions = 1;
$EnableSchudle = 1;
$EnableSchudleDB = 0;
$EnableSchudleDB = 1;
/*##############################################################################################

View File

@ -28,7 +28,6 @@ if( !isset( $_GET["TextID"] ) )
echo "\t\t</tr>";
/*
// ausgabe eintraege
$SQL = "SELECT * FROM `Sprache` ORDER BY `TextID`;";
$erg = mysql_query($SQL, $con);