function _hosting_watchdog in Hosting 5
1 string reference to '_hosting_watchdog'
File
- ./
hosting.queues.inc, line 4
Code
function _hosting_watchdog($entry) {
watchdog($entry['type'], $entry['message']);
}
function _hosting_watchdog($entry) {
watchdog($entry['type'], $entry['message']);
}