summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwww-ssl/admin/dbUpdateFromXLS.php2
-rwxr-xr-xwww-ssl/admin/sprache.php1
2 files changed, 1 insertions, 2 deletions
diff --git a/www-ssl/admin/dbUpdateFromXLS.php b/www-ssl/admin/dbUpdateFromXLS.php
index de342945..0a53b699 100755
--- a/www-ssl/admin/dbUpdateFromXLS.php
+++ b/www-ssl/admin/dbUpdateFromXLS.php
@@ -14,7 +14,7 @@ $EnableRooms = 1;
$EnableRoomsDB = 1;
$EnableSchudleFunctions = 1;
$EnableSchudle = 1;
-$EnableSchudleDB = 0;
+$EnableSchudleDB = 1;
/*##############################################################################################
diff --git a/www-ssl/admin/sprache.php b/www-ssl/admin/sprache.php
index 833164d1..af5db2ba 100755
--- a/www-ssl/admin/sprache.php
+++ b/www-ssl/admin/sprache.php
@@ -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);