add link to schema updater from errormsg 5

This commit is contained in:
Andrew Dolgov 2007-02-24 17:47:59 +01:00
parent fecd57c886
commit 8dc062e527
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
$ERRORS[4] = _("Frontend sanity check failed.");
$ERRORS[5] = _("Incorrect database schema version.");
$ERRORS[5] = _("Incorrect database schema version. <a href='update.php'>Please update</a>.");
$ERRORS[6] = _("Request not authorized.");