Add explicit include of global.php
authorebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 9 Mar 2003 18:45:07 +0000 (18:45 +0000)
committerebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 9 Mar 2003 18:45:07 +0000 (18:45 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4625 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/attachment_common.php
functions/i18n.php
functions/plugin.php

index 7d61692555f29a9e299e0db43ea054990c1f4000..ad36120b508810a160f38a7e3d9a7a0d2fea2e93 100644 (file)
@@ -11,6 +11,8 @@
  * $Id$
  */
 
+require_once(SM_PATH . 'functions/global.php');
+
 global $attachment_common_show_images_list;
 $attachment_common_show_images_list = array();
 
index 687b5e88df68bdbe83d77500dc9a677fc078054e..f594276c1588abded965100d5a9c70b015f468c7 100644 (file)
@@ -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) {
index 63a8da17ebf4746f1df22152d9af3964f38819be..99b7f4c987a05b6ab0efc07334aada97c2d9d1ed 100644 (file)
@@ -13,6 +13,8 @@
  * $Id$
  */
 
+require_once(SM_PATH . 'functions/global.php');
+
 global $squirrelmail_plugin_hooks;
 $squirrelmail_plugin_hooks = array();