diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-02-28 17:03:46 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-02-28 17:03:46 +0000 |
| commit | 84e140540f5c9da8f6c1fc56dcc56e71b2a1998e (patch) | |
| tree | c794bf315b75f7dd595871434ef05af411b970a1 /lib/Tools.pm | |
| parent | 1a974ba550824dd6afe602d4534ed665c7117bea (diff) | |
| download | xxv-84e140540f5c9da8f6c1fc56dcc56e71b2a1998e.tar.gz xxv-84e140540f5c9da8f6c1fc56dcc56e71b2a1998e.tar.bz2 | |
* Log referer to wrong filename, if database version mismatch
Diffstat (limited to 'lib/Tools.pm')
| -rw-r--r-- | lib/Tools.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Tools.pm b/lib/Tools.pm index bcf5800..a6e9e8c 100644 --- a/lib/Tools.pm +++ b/lib/Tools.pm @@ -331,7 +331,7 @@ q|------- !PROBLEM! ---------- Upps, you have a incompatible or corrupted database. Table %s has version '%s'. It's expected version '%s'. Please check database e.g. with mysqlcheck --all-databases --fast --silent -or use the script contrib/upgrade-xxv.sh to upgrade the database! +or use the script contrib/update-xxv to upgrade the database! ----------------------------|#' ,$table ,$tableversion ? $tableversion : 0 |
