openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit dba0107ce18f3cda44ab35f70dc4e82826db9b9e
parent 3b3e7c118bed9ad94a1e52d6634e35abd7759871
Author: dankert <devnull@localhost>
Date:   Thu,  8 Nov 2007 00:11:22 +0100

$attr_key und $attr_value entfernen.

Diffstat:
themes/default/include/html/list.inc.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/themes/default/include/html/list.inc.php b/themes/default/include/html/list.inc.php @@ -3,6 +3,8 @@ $attr_list_tmp_key = $attr_key; $attr_list_tmp_value = $attr_value; $attr_list_extract = $attr_extract; + unset($attr_key); + unset($attr_value); if ( !isset($$attr_list) || !is_array($$attr_list) ) $$attr_list = array();