minor tweaks

This commit is contained in:
2016-06-01 19:11:10 +10:00
parent 3f5f80c308
commit a01096d1a5
3 changed files with 14 additions and 3 deletions

View File

@@ -535,6 +535,9 @@ function booking_update_7232() {
* Implementation of hook_install().
*/
function booking_install() {
//create the sql view we use
_booking_node_create_mysqlview();
// Create some sample data
// TODO: Set default values for the config pages too
$result = db_insert('booking_price')