From: ivan Date: Sun, 13 Oct 2002 07:13:58 +0000 (+0000) Subject: msgcat docs for upgrade X-Git-Tag: freeside_1_4_1beta5~52 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=678a9f42ab0930f5648214b2da31b9cb37526a0f;p=freeside.git msgcat docs for upgrade --- 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.