truncate it to "9" in some URLs. It still compares fine in
the SQL queries and range comparisons, because it'll
automatically get converted to a decimal number when used
as such.
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2779
8f5c7a92-453e-0410-a47f-
ad33c8a6b003
$_SETTINGS['defaultlanguage'] = "en";
$_SETTINGS['notifymail'] = "pgsql-slavestothewww@postgresql.org";
$_SETTINGS['bugsmail'] = "pgsql-bugs@postgresql.org";
-$_SETTINGS['current_docs_version'] = 9.0;
+$_SETTINGS['current_docs_version'] = '9.0';
$_SETTINGS['beta_docs_version'] = 9.1;
$_SETTINGS['ftp_root'] = "/home/ftp/";