2009-09-21 19:04:50 UTC
That's weird...
I get the version of SQL server by a function in /databases/mysql.php called sql_version():
http://reececalendar.svn.sourceforge.net/viewvc/reececalendar/branches/Version%200.9/databases/mysql.php?revision=1&view=markup
I essentially just use the mysqlgetserver_info() php function, and parse the results from that to find the version.
You can run that manually in a php script to see what it's returning and why the function mentioned above is not parsing it correctly.... I'd be interested to know what it's returning for your site.
If you don't care and just want it fixed, you can remove the version check from the top of the /index.php file.
-Reece