Bug #15067 ยป 2005-10-19_bugfix_1624.patch
t3lib/class.t3lib_clipboard.php 19 Oct 2005 13:59:21 -0000 | ||
---|---|---|
// Traverse elements and make CMD array
|
||
reset($elements);
|
||
while(list($tP,$path)=each($elements)) {
|
||
$FILE[$mode][]=array('data'=>$path,'target'=>$pUid);
|
||
$FILE[$mode][]=array('data'=>$path,'target'=>$pUid,'altName'=>1);
|
||
if ($mode=='move') $this->removeElement($tP);
|
||
}
|
||
$this->endClipboard();
|