Vergleich admin/inc/functions_themes.php - 1.8.0 - 1.8.1

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 920Zeile 920
	return $sid;
}


	return $sid;
}


function update_theme_stylesheet_list($tid, $theme = false, $update_disporders = false)

function update_theme_stylesheet_list($tid, $theme = false, $update_disporders = true)

{
global $db, $cache;


{
global $db, $cache;


Zeile 1045Zeile 1045

foreach($stylesheets as $stylesheet)
{


foreach($stylesheets as $stylesheet)
{

			if(!$properties['disporder'][$stylesheet['name']])

			if(!isset($properties['disporder'][$stylesheet['name']]))

			{
$orphaned_stylesheets[] = $stylesheet['name'];
continue;

			{
$orphaned_stylesheets[] = $stylesheet['name'];
continue;