change debug
This commit is contained in:
@@ -13,7 +13,7 @@ function booking_admin()
|
|||||||
|
|
||||||
//create the mysql view booking_person_view if necessary
|
//create the mysql view booking_person_view if necessary
|
||||||
try {
|
try {
|
||||||
$sqlview_check = db_query("SELECT 1 FROM {booking_person_view}")->fetchAssoc();
|
$sqlview_check = db_query("SELECT * FROM {booking_person_view}")->fetchAssoc();
|
||||||
watchdog('booking_debug', "<pre>SQL View booking_person_view check\n@info</pre>", array('@info' => print_r( $sqlview_check, true)));
|
watchdog('booking_debug', "<pre>SQL View booking_person_view check\n@info</pre>", array('@info' => print_r( $sqlview_check, true)));
|
||||||
}
|
}
|
||||||
catch (Exception $e) {
|
catch (Exception $e) {
|
||||||
|
Reference in New Issue
Block a user