LoginRequired(); include("interactive-page.php"); include("page-header.php"); $want_dbversion = implode('.',$c->want_dbversion); echo <<Upgrade

Currently this page does nothing. Suggestions or patches to make it do something useful will be gratefully received.
 

Current Versions

You are currently running DAViCal version $c->version_string. The database schema should be at version $want_dbversion and it is at version $c->schema_major.$c->schema_minor.$c->schema_patch.
 

Upgrading DAViCal Versions

The update-davical-database should be run manually after upgrading the software to a new version of DAViCal.

In due course this program will implement the functionality which is currently contained in that script, but until then I'm afraid you do need to run it. EOBODY; include("page-footer.php");