Remove usage of $_ENV

This commit is contained in:
Laurent Destailleur
2010-04-18 16:12:18 +00:00
parent 149d6ae8dd
commit e38b1bfe28

View File

@@ -93,7 +93,7 @@ class modPhpbarcode extends ModeleBarCode
*/
function buildBarCode($code,$encoding,$readable='Y')
{
global $_GET,$_ENV,$_SERVER;
global $_GET,$_SERVER;
global $conf;
global $genbarcode_loc, $bar_color, $bg_color, $text_color, $font_loc;