View | Details | Raw Unified | Return to bug 16955
Collapse All | Expand All

(-)a/admin/marctagstructure.pl (-5 lines)
Lines 357-365 sub duplicate_framework { Link Here
357
	while ( my ($frameworkcode, $tagfield, $tagsubfield, $liblibrarian, $libopac, $repeatable, $mandatory, $kohafield, $tab, $authorised_value, $thesaurus_category, $value_builder, $seealso,$hidden) = $sth->fetchrow) {
357
	while ( my ($frameworkcode, $tagfield, $tagsubfield, $liblibrarian, $libopac, $repeatable, $mandatory, $kohafield, $tab, $authorised_value, $thesaurus_category, $value_builder, $seealso,$hidden) = $sth->fetchrow) {
358
	    $sth_insert->execute($newframeworkcode, $tagfield, $tagsubfield, $liblibrarian, $libopac, $repeatable, $mandatory, $kohafield, $tab, $authorised_value, $thesaurus_category, $value_builder, $seealso, $hidden);
358
	    $sth_insert->execute($newframeworkcode, $tagfield, $tagsubfield, $liblibrarian, $libopac, $repeatable, $mandatory, $kohafield, $tab, $authorised_value, $thesaurus_category, $value_builder, $seealso, $hidden);
359
	}
359
	}
360
    $cache->clear_from_cache("MarcStructure-0-$newframeworkcode");
361
    $cache->clear_from_cache("MarcStructure-1-$newframeworkcode");
362
    $cache->clear_from_cache("default_value_for_mod_marc-$frameworkcode");
363
    $cache->clear_from_cache("MarcSubfieldStructure-$frameworkcode");
364
}
360
}
365
361
366
- 

Return to bug 16955