You are here

function msg_r in LDAP integration 5.2

Same name and namespace in other branches
  1. 5 ldap_integration/libdebug.php \msg_r()

File

ldap_integration/libdebug.php, line 7

Code

function msg_r($object) {
  msg(print_r($object, true));
}