Provide option to disable maximum age check

This commit is contained in:
2015-03-18 12:09:50 +11:00
parent 5aa285e9dc
commit 7e6b59707d
3 changed files with 13 additions and 5 deletions

View File

@@ -114,7 +114,7 @@ function booking_load($nodes) {
}
}
watchdog('booking', 'Final loaded node: @info', array('@info' => var_export($nodes, TRUE)));
//watchdog('booking', 'Final loaded node: @info', array('@info' => var_export($nodes, TRUE)));
// no return necessary since $nodes array members reference objects global to this function
}