Le plugin n'est plus compatible SPIP 3.2 (ou il faut nécessiter PHP 5.4 mini)

Je reviens sur cette modification 1219e647

@christopheld il y a deux problèmes avec cette modif :

	if ($forcer) {
		$zotspip_maj = ['forcer' => true, 'step' => 'items'];
	} else { $zotspip_maj = isset($GLOBALS['meta']['zotspip_maj']) ? unserialize($GLOBALS['meta']['zotspip_maj']) : ['forcer' => false, 'step' => 'items'];
	}
	if ($zotspip_maj['step'] == 'items') {
		if (!isset($GLOBALS['meta']['zotspip_maj_items'])) {
			$cont = zotspip_maj_items($zotspip_maj['forcer'], $id_zcollection); // On ne passe forcer qu'au premier appel
		} else { $cont = zotspip_maj_items(false, $id_zcollection);
		}

Il y a plein de cas comme ça où il manque des retours à la ligne après } else {, ça serait sympa de revenir là dessus :)