﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2155	auto_include in /includes/modules/products_attributes.php verkehrt gesetzt	noRiddle	somebody	"In ''/includes/modules/products_attributes.php'' gibt es diesen Code:
{{{
        foreach(auto_include(DIR_FS_CATALOG.'includes/extra/modules/products_attributes_data/','php') as $file) require ($file);

      }
      $col ++;
}}}

Das auto_include müsste nach der Klammer vor dem ''$col++'' stehen
{{{

      }
      foreach(auto_include(DIR_FS_CATALOG.'includes/extra/modules/products_attributes_data/','php') as $file) require ($file);

      $col ++;
}}}

damit es auch für diesen Fall gilt
{{{
      
      if ($_SESSION['customers_status']['customers_status_show_price'] == '0') {
}}}

Schnell zu fixen.

Oder mißverstehe ich etwas ?

Gruß,
noRiddle
"	Bug/Fehler	closed	hoch	modified-shop-2.0.7.0	Shop	2.0.6.0	fixed				
