mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update schema.php
This commit is contained in:
@@ -836,9 +836,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//recreate the views
|
||||
$result = $this->database->views('create');
|
||||
}
|
||||
//$this->db->commit();
|
||||
$response .= "\n";
|
||||
@@ -860,17 +857,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
//create views so that alter table statements complete
|
||||
$this->database->views('create');
|
||||
|
||||
//handle response
|
||||
//if ($output == "echo") {
|
||||
// echo $response;
|
||||
//}
|
||||
//else if ($output == "return") {
|
||||
return $response;
|
||||
//}
|
||||
|
||||
} //end function
|
||||
}
|
||||
|
||||
|
||||
//example use
|
||||
//$obj = new schema;
|
||||
//$obj->db_type = $db_type;
|
||||
|
||||
Reference in New Issue
Block a user