diff options
author | ivan <ivan> | 2002-10-13 07:14:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-13 07:14:56 +0000 |
commit | fe3941f25e64c23b4e85463b0f2e9b0d6fe05d24 (patch) | |
tree | 0a30a0e3d4b980f740e7f52fb6f4aa120cdeb354 /httemplate | |
parent | 678a9f42ab0930f5648214b2da31b9cb37526a0f (diff) |
doh
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/docs/upgrade9.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/docs/upgrade9.html b/httemplate/docs/upgrade9.html index 478f8aa4f..7cf44ea31 100644 --- a/httemplate/docs/upgrade9.html +++ b/httemplate/docs/upgrade9.html @@ -13,7 +13,7 @@ <li>Apply the following changes to your database: <pre> INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 17, 'daytime', 'en_US', 'Day Phone' ); -INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'nigh', 'en_US', 'Night Phone' ); +INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'night', 'en_US', 'Night Phone' ); </pre> <li>Restart Apache and freeside-queued. </body> |