Got this when calling the dpq()
function:
Fatal error: Class 'Drupal\krumong\Database' not found in /web/drupal7/sites/all/modules/krumong/lib/Drupal/krumong/Devel.php on line 94
Fixed the code by using the global namespace for the Database class. Patch attached.
Needs review
1.0
Code