summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJan-Philipp Litza <janphilipp@litza.de>2012-12-12 00:45:29 +0100
committerJan-Philipp Litza <janphilipp@litza.de>2012-12-12 00:45:29 +0100
commit910af3eaf725845f19c134805433533220113ae4 (patch)
tree913acea87685ba8760eafc0d52d32e1f2e927eb2 /db
parenta007a23d758709d1b7210b2c79f4ce17fb6c18f0 (diff)
fixes for the last commit
Diffstat (limited to 'db')
-rw-r--r--db/update.d/17_translations.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/db/update.d/17_translations.php b/db/update.d/17_translations.php
index 05b520d3..962b6052 100644
--- a/db/update.d/17_translations.php
+++ b/db/update.d/17_translations.php
@@ -21,11 +21,11 @@ $res = mysql_query("INSERT IGNORE INTO `Sprache` (`TextID`, `Sprache`, `Text`) V
('tasks', 'DE', 'Aufgaben'),
('tasks', 'EN', 'tasks'),
('occupancy', 'DE', 'Belegung'),
-('occupancy' ,'EN', 'occupancy')
+('occupancy' ,'EN', 'occupancy'),
('all', 'DE', 'alle'),
('all', 'EN', 'all'),
('none', 'DE', 'keine'),
-('none', 'EN', 'none')
+('none', 'EN', 'none'),
('entries', 'DE', 'Einträge'),
('entries', 'EN', 'entries'),
('time', 'DE', 'Zeit'),
@@ -53,8 +53,7 @@ $res = mysql_query("INSERT IGNORE INTO `Sprache` (`TextID`, `Sprache`, `Text`) V
('pub_myshifts_too_late', 'DE', 'Es ist zu spät um sich aus der Schicht auszutragen. Frage ggf. den Schichtkoordinator, ob er dich austragen kann.'),
('pub_myshifts_too_late', 'EN', 'It\'s too late to sign yourself off the shift. If neccessary, as the dispatcher to do so.'),
('sign_off', 'DE', 'austragen'),
-('sign_off', 'EN', 'sign off'),
-;");
+('sign_off', 'EN', 'sign off');");
if(mysql_affected_rows() > 0)
$applied = true;