diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-19 20:12:30 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-11-19 20:12:30 +0000 |
commit | 3c4e979b908b28841367571dee8871ec821a6904 (patch) | |
tree | 178d104215a787c39d593df6a857f36415fc38fc /www-ssl/admin | |
parent | b1841adce3d078f53641e07e038f69ba20901e5c (diff) |
debug eintraege entfernt
git-svn-id: svn://svn.cccv.de/engel-system@69 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'www-ssl/admin')
-rwxr-xr-x | www-ssl/admin/dbUpdateFromXLS.php | 2 | ||||
-rwxr-xr-x | www-ssl/admin/sprache.php | 1 |
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); |