You are here

function msg in LDAP integration 5.2

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

File

ldap_integration/libdebug.php, line 3

Code

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