From: ebullient Date: Sun, 9 Mar 2003 18:45:07 +0000 (+0000) Subject: Add explicit include of global.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cd21d1aa067f034e3fa04f94133352e4c92d4b31;p=squirrelmail.git Add explicit include of global.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4625 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/attachment_common.php b/functions/attachment_common.php index 7d616925..ad36120b 100644 --- a/functions/attachment_common.php +++ b/functions/attachment_common.php @@ -11,6 +11,8 @@ * $Id$ */ +require_once(SM_PATH . 'functions/global.php'); + global $attachment_common_show_images_list; $attachment_common_show_images_list = array(); diff --git a/functions/i18n.php b/functions/i18n.php index 687b5e88..f594276c 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -555,7 +555,7 @@ function charset_decode_iso_8859_7 ($string) { } /* - ISOIEC 8859-9:1999 Latin Alphabet No. 5require_once(SM_PATH . 'functions/global.php'); + ISOIEC 8859-9:1999 Latin Alphabet No. 5 */ function charset_decode_iso_8859_9 ($string) { diff --git a/functions/plugin.php b/functions/plugin.php index 63a8da17..99b7f4c9 100644 --- a/functions/plugin.php +++ b/functions/plugin.php @@ -13,6 +13,8 @@ * $Id$ */ +require_once(SM_PATH . 'functions/global.php'); + global $squirrelmail_plugin_hooks; $squirrelmail_plugin_hooks = array();