|
|
|
@ -40,13 +40,13 @@ function action_dupliquer_mailsubscribinglist_dist($id_mailsubscribinglist = nul
|
|
|
|
|
$fnew = $dir . type_du_logo('id_mailsubscribinglist') . $mode . intval($id_new) . '.' . $format; |
|
|
|
|
@copy($f, $fnew); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
elseif ( |
|
|
|
|
$doc = $logo[5] |
|
|
|
|
and isset($doc['id_document']) |
|
|
|
|
and $id_document = $doc['id_document'] |
|
|
|
|
) { |
|
|
|
|
// rien a faire car on fait un objet_dupliquer_liens() juste apres |
|
|
|
|
elseif ( |
|
|
|
|
$doc = $logo[5] |
|
|
|
|
and isset($doc['id_document']) |
|
|
|
|
and $id_document = $doc['id_document'] |
|
|
|
|
) { |
|
|
|
|
// rien a faire car on fait un objet_dupliquer_liens() juste apres |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|