Update a few more references to files that have been move to the resources directory.

This commit is contained in:
Mark Crane
2013-07-06 07:01:14 +00:00
parent 62015490eb
commit 05335fd1cc
4 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
}
//load the default database into memory and compare it with the active database
require_once "includes/lib_schema.php";
require_once "resources/schema.php";
db_upgrade_schema ($db, $db_type, $db_name, $display_results);
unset($apps);