diff options
Diffstat (limited to 'httemplate/docs/upgrade9.html')
| -rw-r--r-- | httemplate/docs/upgrade9.html | 5 | 
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> | 
