diff options
author | ivan <ivan> | 2002-11-04 21:21:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-04 21:21:04 +0000 |
commit | 2ea91c30198d066a5014f614ce9b1bc7b0c331c5 (patch) | |
tree | 7ab1d7622b806b9453e52568a98528bea8a87055 | |
parent | 1117166a3b309c3499e479097e8b664dd73371cc (diff) |
doc
-rw-r--r-- | httemplate/docs/upgrade9.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/docs/upgrade9.html b/httemplate/docs/upgrade9.html index 7cf44ea31..bcd3f4d5a 100644 --- a/httemplate/docs/upgrade9.html +++ b/httemplate/docs/upgrade9.html @@ -12,8 +12,8 @@ <li>Install <a href="http://search.cpan.org/search?dist=Net-SSH">Net::SSH</a> minimum version 0.07 <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, 'night', 'en_US', 'Night Phone' ); +INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 18, 'daytime', 'en_US', 'Day Phone' ); +INSERT INTO msgcat ( msgnum, msgcode, locale, msg ) VALUES ( 19, 'night', 'en_US', 'Night Phone' ); </pre> <li>Restart Apache and freeside-queued. </body> |