Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
following5 committed Jan 2, 2016
2 parents f9ec5e6 + 48f6aa2 commit 533558b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/dbsv-update.php
Expand Up @@ -37,7 +37,7 @@
// We need a consistent starting point including triggers & functions, and it's
// safer not to decide HERE which trigger version to install.
echo "Triggers / DB functions are not installed (yet) - skipping DB versioning.\n";
exit;
return;
// continue with dbupdate.php if called from there and let's hope
// maintain.php matches the installed tables' DB version ...
}
Expand All @@ -64,7 +64,7 @@
// Ensure that all tables have the right charset, including added tables:
check_tables_charset($opt['db']['placeholder']['db']);

exit;
return;


// Check if the tables' charset is consistent with $opt['charset']['mysql'].
Expand Down

0 comments on commit 533558b

Please sign in to comment.