build-base.php now calls includes/sql-schema/update.php

This commit is contained in:
laf
2014-02-27 22:53:43 +00:00
parent 997dc3dad3
commit 2d76c9ae47

View File

@ -20,4 +20,6 @@ while( !feof( $sql_fh ) ) {
fclose($sql_fh);
include("includes/sql-schema/update.php");
?>