summaryrefslogtreecommitdiff
path: root/DB
diff options
context:
space:
mode:
authorichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2007-11-10 22:24:01 +0000
committerichdasich <ichdasich@29ba0400-6e00-0410-a75a-ca02368028f8>2007-11-10 22:24:01 +0000
commitac571d982242ea10b2d72c9282d14b9cd2dbcf27 (patch)
treead292e8a82a7c8c70cb12098cac26fcb4aa4e82d /DB
parent0214bfc8389d1eca0c8aff9ac30bbf1de4200357 (diff)
fixed empty menuoption for schichtplan_add in Sprache.sql
git-svn-id: svn://svn.cccv.de/engel-system@247 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'DB')
-rwxr-xr-xDB/Sprache.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/DB/Sprache.sql b/DB/Sprache.sql
index 63cc32fd..0a3b6ef1 100755
--- a/DB/Sprache.sql
+++ b/DB/Sprache.sql
@@ -524,8 +524,8 @@ INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/engelbesp
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/engelbesprechung.php', 'EN', 'Angel meeting');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan.php', 'DE', 'Schichtplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan.php', 'EN', 'Available Shifts');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan_add.php', 'DE', 'Schichtplan');
-INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan_add.php', 'EN', 'Available Shifts');
+INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan_add.php', 'DE', ' ');
+INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/schichtplan_add.php', 'EN', ' ');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/myschichtplan.php', 'DE', 'Mein Schichtplan');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/myschichtplan.php', 'EN', 'My Shifts');
INSERT INTO `Sprache` (`TextID`, `Sprache`, `Text`) VALUES ('nonpublic/einstellungen.php', 'DE', 'Einstellungen');