You are here

libdebug.php in LDAP integration 5.2

Same filename and directory in other branches
  1. 5 ldap_integration/libdebug.php

File

ldap_integration/libdebug.php
View source
<?php

function msg($string) {
  drupal_set_message("<pre style=\"border: 0; margin: 0; padding: 0;\">{$string}</pre>");
}
function msg_r($object) {
  msg(print_r($object, true));
}

Functions

Namesort descending Description
msg
msg_r