This commit is contained in:
2017-08-22 21:27:44 +10:00
parent ee4a13bdd5
commit 890cb7159d

View File

@@ -278,7 +278,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 // no return necessary since $nodes array members reference objects global to this function
} }