git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13096
7612ce4b-ef26-0410-bec9-
ea0150e637f0
// hooks for the current page request. See
// the Sent Confirmation v1.7 or Restrict Senders v1.2
// plugins for examples of this approach.
- global $null;
ob_start();
- do_hook('generic_header', $null);
+ $temp = array(&$header_tags);
+ do_hook('generic_header', $temp);
$output = ob_get_contents();
ob_end_clean();
// plugin authors can debug their errors with one of the following: