From a5dfbdaabced96bb6a4d00026459297230a3bf5b Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 13 Oct 2002 07:13:52 +0000 Subject: [PATCH] msgcat docs for upgrade --- httemplate/docs/upgrade9.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/httemplate/docs/upgrade9.html b/httemplate/docs/upgrade9.html index efd25887d..478f8aa4f 100644 --- a/httemplate/docs/upgrade9.html +++ b/httemplate/docs/upgrade9.html @@ -10,5 +10,10 @@
  • Copy aspdocs/ or masondocs/ to your web server's document space.
  • Run make install-perl-modules.
  • Install Net::SSH minimum version 0.07 +
  • Apply the following changes to your database: +
    +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' );
    +
  • Restart Apache and freeside-queued. -- 2.11.0