Zitat von alois blasbichler <[EMAIL PROTECTED]>: > Quoting Jan Schneider <[EMAIL PROTECTED]>: > >> Zitat von Andrea Soracchi <[EMAIL PROTECTED]>: >> >>> Hi, >>> How can I check? >> >> How *did* you check it initially? You said it was always empty! You >> could log the value with Horde::logMessage(). > > Hello > > I have exactly the same problem. How do i log this value ? > Where i have to write Horde::logMessage() ? In hooks.php or in conf.php ? > And how ? Maybe : horde::logMessage(_prefs_hook_from_addr)
http://dev.horde.org/api/framework/Horde_Framework/Horde.html#logMessage You probably want to log the $user variable, so something along: Horde::logMessage($user, __FILE__, __LINE__); Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
