﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
1380	Mythweb warning since Changset 9128 (0.19 release branch)	kallelix	xris	"This fixes a problem in Mythweb since changeset 9128 of the 0.19 stable branche.

{{{
Index: init.php
===================================================================
--- init.php    (Revision 9132)
+++ init.php    (Arbeitskopie)
@@ -21,7 +21,7 @@
     if (!empty($keys)) {
         foreach ($keys as $key) {
             $key = substr($key, 9);
-            if (!array_key_exists($_SERVER[$key]))
+            if (!array_key_exists($key,$_SERVER))
                 $_SERVER[$key] = $_SERVER[""REDIRECT_$key""];
         }
     }
}}}


I don't know if there are any php version conflicts, so here is the output of ""php --version"":

{{{
PHP 4.4.0-pl1-gentoo (cli) (built: Jan 19 2006 13:25:27)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
}}}
"	defect	closed	minor	unknown	mythweb		medium	fixed			0
