diff options
| author | ivan <ivan> | 2002-10-13 07:13:52 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2002-10-13 07:13:52 +0000 | 
| commit | a5dfbdaabced96bb6a4d00026459297230a3bf5b (patch) | |
| tree | 7fe828e3eee012cc413caa45a8d981bdca324dd8 /httemplate | |
| parent | f2b66016c409270f51b8b76c4c61e7886f363366 (diff) | |
msgcat docs for upgrade
Diffstat (limited to 'httemplate')
| -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> | 
