summaryrefslogtreecommitdiff
path: root/httemplate/docs
diff options
context:
space:
mode:
authorivan <ivan>2002-10-13 07:13:58 +0000
committerivan <ivan>2002-10-13 07:13:58 +0000
commit678a9f42ab0930f5648214b2da31b9cb37526a0f (patch)
tree43af761b5f36045712766a0fe167bfbd32372d1b /httemplate/docs
parent97cdbaaa1ba4a5d4eccaaa379be3575c803ecb49 (diff)
msgcat docs for upgrade
Diffstat (limited to 'httemplate/docs')
-rw-r--r--httemplate/docs/upgrade9.html5
1 files changed, 5 insertions, 0 deletions
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 @@
<li>Copy <code>aspdocs/</code> or <code>masondocs/</code> to your web server's document space.
<li>Run <code>make install-perl-modules</code>.
<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, 'nigh', 'en_US', 'Night Phone' );
+</pre>
<li>Restart Apache and freeside-queued.
</body>