Browse Source

Minor change to the database schema class

Mark Crane 11 years ago
parent
commit
3da2607b45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/classes/schema.php

+ 1 - 1
resources/classes/schema.php

@@ -336,7 +336,7 @@ include "root.php";
 			}
 			}
 
 
 		//database create table
 		//database create table
-			private function db_create_table ($apps, $db_type, $table) {
+			public function db_create_table ($apps, $db_type, $table) {
 				foreach ($apps as $x => &$app) {
 				foreach ($apps as $x => &$app) {
 					foreach ($app['db'] as $y => $row) {
 					foreach ($app['db'] as $y => $row) {
 						if ($row['table'] == $table) {
 						if ($row['table'] == $table) {