From 9a08b530530c4a98ede88d2ebbb76250ccb001b4 Mon Sep 17 00:00:00 2001 From: pjw Date: Wed, 18 Oct 2000 06:57:51 +0000 Subject: [PATCH] added Weather to the lang table --- setup/lang_records.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/lang_records.inc.php b/setup/lang_records.inc.php index d035216a1e..1d6f67e517 100644 --- a/setup/lang_records.inc.php +++ b/setup/lang_records.inc.php @@ -413,3 +413,4 @@ $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'created by','todo','en','Created By')"); $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'you have entered an invailed date','todo','en','you have entered an invailed date')"); $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'are you sure you want to delete this entry','todo','en','Are you sure you want to delete this entry?')"); + $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'Weather','Weather','en','weather')");